Shades of Christalle #3E1964
Tints of Christalle #3E1964
RGB
CMYK
RGB Variations
Color information
#3E1964 (or 0x3E1964) is known color: Christalle. HEX triplet: 3E, 19 and 64. RGB value is (62,25,100). Sum of RGB (Red+Green+Blue) = 62+25+100=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 100 (39.45% from 255 or 53.48% from 187); Max value from RGB is 100 - color contains mainly: blue. Hex color #3E1964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1964 is #C1E69B. Grayscale: #2C2C2C. Windows color (decimal): -12707484 or 6560062. OLE color: 6560062.
HSL color Cylindrical-coordinate representation of color #3E1964: hue angle of 269.6º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E1964 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 25 | 100 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.61 |
| HSL | 269.6º | 0.6% | 0.25% | - |
| HSV(B) | 269.6º | 0.75% | 0.39% | - |
| XYZ | 4.63 | 2.64 | 12.32 | - |
| YUV | 44.61 | 159.26 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 100 | 0.38 | 0.75 | 0 | 0.61 | 269.6 | 0.6 | 0.25 |
| Hex | 3E | 19 | 64 | 26 | 4B | 0 | 3D | 10E | 3C | 19 |
| Octal | 76 | 31 | 144 | 46 | 113 | 0 | 75 | 416 | 74 | 31 |
| Binary | 111110 | 11001 | 1100100 | 100110 | 1001011 | 0 | 111101 | 100001110 | 111100 | 11001 |
Color Harmonies of #3E1964
Complementary color
Monochromatic Colors of #3E1964
Black with #3E1964
Text Example
Text Example
White with #3E1964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1964; }
p { color: rgb(62,25,100); }
H1.HeaderClassName
{
color: #3E1964;
}
.AnyTagClassName
{
color: #3E1964;
}
</style>
background-color css
<style>
a { background-color: #3E1964; }
a { background-color: rgb(62,25,100); }
div.DivClassName
{
background-color: #3E1964;
}
.BgClassName
{
background-color: #3E1964;
}
</style>
border-color css
<style>
span { border-color: #3E1964; }
span { border-color: rgb(62,25,100); }
td.TdClassName
{
border-color: #3E1964;
}
.TagClassName
{
border-color: #3E1964;
}
</style>