Shades of Christalle #381D5A
Tints of Christalle #381D5A
RGB
CMYK
RGB Variations
Color information
#381D5A (or 0x381D5A) is known color: Christalle. HEX triplet: 38, 1D and 5A. RGB value is (56,29,90). Sum of RGB (Red+Green+Blue) = 56+29+90=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #381D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381D5A is #C7E2A5. Grayscale: #2B2B2B. Windows color (decimal): -13099686 or 5905720. OLE color: 5905720.
HSL color Cylindrical-coordinate representation of color #381D5A: hue angle of 266.56º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381D5A is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 29 | 90 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.65 |
| HSL | 266.56º | 0.51% | 0.23% | - |
| HSV(B) | 266.56º | 0.68% | 0.35% | - |
| XYZ | 3.92 | 2.46 | 9.94 | - |
| YUV | 44.03 | 153.95 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 90 | 0.38 | 0.68 | 0 | 0.65 | 266.56 | 0.51 | 0.23 |
| Hex | 38 | 1D | 5A | 26 | 44 | 0 | 41 | 10B | 33 | 17 |
| Octal | 70 | 35 | 132 | 46 | 104 | 0 | 101 | 413 | 63 | 27 |
| Binary | 111000 | 11101 | 1011010 | 100110 | 1000100 | 0 | 1000001 | 100001011 | 110011 | 10111 |
Color Harmonies of #381D5A
Complementary color
Monochromatic Colors of #381D5A
Black with #381D5A
Text Example
Text Example
White with #381D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381D5A; }
p { color: rgb(56,29,90); }
H1.HeaderClassName
{
color: #381D5A;
}
.AnyTagClassName
{
color: #381D5A;
}
</style>
background-color css
<style>
a { background-color: #381D5A; }
a { background-color: rgb(56,29,90); }
div.DivClassName
{
background-color: #381D5A;
}
.BgClassName
{
background-color: #381D5A;
}
</style>
border-color css
<style>
span { border-color: #381D5A; }
span { border-color: rgb(56,29,90); }
td.TdClassName
{
border-color: #381D5A;
}
.TagClassName
{
border-color: #381D5A;
}
</style>