Shades of Christalle #3E1369
Tints of Christalle #3E1369
RGB
CMYK
RGB Variations
Color information
#3E1369 (or 0x3E1369) is known color: Christalle. HEX triplet: 3E, 13 and 69. RGB value is (62,19,105). Sum of RGB (Red+Green+Blue) = 62+19+105=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #3E1369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1369 is #C1EC96. Grayscale: #292929. Windows color (decimal): -12709015 or 6886206. OLE color: 6886206.
HSL color Cylindrical-coordinate representation of color #3E1369: hue angle of 270º 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 #3E1369 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 19 | 105 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.59 |
| HSL | 270º | 0.69% | 0.24% | - |
| HSV(B) | 270º | 0.82% | 0.41% | - |
| XYZ | 4.77 | 2.51 | 13.6 | - |
| YUV | 41.66 | 163.75 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 105 | 0.41 | 0.82 | 0 | 0.59 | 270 | 0.69 | 0.24 |
| Hex | 3E | 13 | 69 | 29 | 52 | 0 | 3B | 10E | 45 | 18 |
| Octal | 76 | 23 | 151 | 51 | 122 | 0 | 73 | 416 | 105 | 30 |
| Binary | 111110 | 10011 | 1101001 | 101001 | 1010010 | 0 | 111011 | 100001110 | 1000101 | 11000 |
Color Harmonies of #3E1369
Complementary color
Monochromatic Colors of #3E1369
Black with #3E1369
Text Example
Text Example
White with #3E1369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1369; }
p { color: rgb(62,19,105); }
H1.HeaderClassName
{
color: #3E1369;
}
.AnyTagClassName
{
color: #3E1369;
}
</style>
background-color css
<style>
a { background-color: #3E1369; }
a { background-color: rgb(62,19,105); }
div.DivClassName
{
background-color: #3E1369;
}
.BgClassName
{
background-color: #3E1369;
}
</style>
border-color css
<style>
span { border-color: #3E1369; }
span { border-color: rgb(62,19,105); }
td.TdClassName
{
border-color: #3E1369;
}
.TagClassName
{
border-color: #3E1369;
}
</style>