Shades of Christalle #3E1368
Tints of Christalle #3E1368
RGB
CMYK
RGB Variations
Color information
#3E1368 (or 0x3E1368) is known color: Christalle. HEX triplet: 3E, 13 and 68. RGB value is (62,19,104). Sum of RGB (Red+Green+Blue) = 62+19+104=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E1368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1368 is #C1EC97. Grayscale: #292929. Windows color (decimal): -12709016 or 6820670. OLE color: 6820670.
HSL color Cylindrical-coordinate representation of color #3E1368: hue angle of 270.35º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E1368 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 19 | 104 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.59 |
| HSL | 270.35º | 0.69% | 0.24% | - |
| HSV(B) | 270.35º | 0.82% | 0.41% | - |
| XYZ | 4.72 | 2.49 | 13.33 | - |
| YUV | 41.55 | 163.25 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 104 | 0.40 | 0.82 | 0 | 0.59 | 270.35 | 0.69 | 0.24 |
| Hex | 3E | 13 | 68 | 28 | 52 | 0 | 3B | 10E | 45 | 18 |
| Octal | 76 | 23 | 150 | 50 | 122 | 0 | 73 | 416 | 105 | 30 |
| Binary | 111110 | 10011 | 1101000 | 101000 | 1010010 | 0 | 111011 | 100001110 | 1000101 | 11000 |
Color Harmonies of #3E1368
Complementary color
Monochromatic Colors of #3E1368
Black with #3E1368
Text Example
Text Example
White with #3E1368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1368; }
p { color: rgb(62,19,104); }
H1.HeaderClassName
{
color: #3E1368;
}
.AnyTagClassName
{
color: #3E1368;
}
</style>
background-color css
<style>
a { background-color: #3E1368; }
a { background-color: rgb(62,19,104); }
div.DivClassName
{
background-color: #3E1368;
}
.BgClassName
{
background-color: #3E1368;
}
</style>
border-color css
<style>
span { border-color: #3E1368; }
span { border-color: rgb(62,19,104); }
td.TdClassName
{
border-color: #3E1368;
}
.TagClassName
{
border-color: #3E1368;
}
</style>