Color: #382472
#382472 Color Information
#382472 is a dark color. The closest websafe version is #382472. A complement of this color would be #5D7023, perceived brightness is 0.20, and the grayscale version is #4B4B4B.
In the HSL color space, this color has a hue angle of 255°,a saturation of 52%, and a lightness of 29%.The HSV representation shows a hue of 255°, a saturation of 68%, and a value of 45%.
In a RGB color space, #382472 is composed of 22% red, 14% green and 45% blue. Whereas in a CMYK color space, it is composed of 51% cyan, 68% magenta, 0% yellow and 55% black.
In the Yxy color space, this color is represented as Y: 3.16, x: 0.2380, and y: 0.1564.
Color Code #382472
Shades of Color #382472
Shades are created by darkening the original color #382472 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #382472
Tints are created by lightening the original color #382472 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #382472 Color Code
In the HSL color space, this color has a hue angle of 255°, a saturation of 52%, and a lightness of 29%. The HSV representation shows a hue of 255°, a saturation of 68%, and a value of 45%.
- HEX: #382472
- RGB: rgb(56, 36, 114)
- HSL: hsl(255, 52%, 29%)
- HSV: hsv(255, 68%, 45%)
- CMYK: 51.00% cyan, 68.00% magenta, 0.00% yellow, 55.00% black
- XYZ: 4.81, 3.16, 12.24
- Yxy: 3.16, 0.2380, 0.1564
- Hunter Lab: 20.69, 25.93, -42.62
- CIE-Lab: 20.69, 25.93, -42.62
In the XYZ color space, this color is represented as X: 4.81, Y: 3.16, Z: 12.24. The Yxy representation further refines this as Y: 3.16, x: 0.2380, and y: 0.1564.
In the Hunter Lab color space, this color is represented as L: 20.69, a: 25.93, and b: -42.62. Similarly, in the CIE-Lab color space, it is represented as L: 20.69, a: 25.93, and b: -42.62.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #382472
Triadic colors are three colors evenly spaced around the color wheel, including #382472. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #382472
Split complementary colors are two colors adjacent to the complementary color of #382472. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #382472
Monochromatic colors are variations of #382472, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #382472
The complementary color of #382472 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #382472
/* Using HEX */ body { background-color: #382472; }
/* Using RGB */ body { background-color: rgb(56, 36, 114); }
/* Using RGB with opacity */ body { background-color: rgba(56, 36, 114, 0.5); }
/* Using HSL */ body { background-color: hsl(255, 52%, 29%); }
/* Text color */ p { color: #382472; }
/* Box shadow */ div { box-shadow: 4px 4px #382472; }
/* Border color */ .box { border: 4px solid #382472; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #382472; }
/* Background with text */ div { background: #382472; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #382472
<!-- Using HEX --> <div style="background-color: #382472; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(56, 36, 114); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(56, 36, 114, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(255, 52%, 29%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #382472;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #382472; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #382472; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #382472;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #382472; color: #fff; padding: 16px; border-radius: 8px;"> #382472 </div>
Related Colors of #382472
These colors are similar to #382472, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.