Shades of Christalle #3F0D62
Tints of Christalle #3F0D62
RGB
CMYK
RGB Variations
Color information
#3F0D62 (or 0x3F0D62) is known color: Christalle. HEX triplet: 3F, 0D and 62. RGB value is (63,13,98). Sum of RGB (Red+Green+Blue) = 63+13+98=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F0D62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0D62 is #C0F29D. Grayscale: #252525. Windows color (decimal): -12645022 or 6425919. OLE color: 6425919.
HSL color Cylindrical-coordinate representation of color #3F0D62: hue angle of 275.29º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F0D62 is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 13 | 98 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.62 |
| HSL | 275.29º | 0.77% | 0.22% | - |
| HSV(B) | 275.29º | 0.87% | 0.38% | - |
| XYZ | 4.4 | 2.23 | 11.75 | - |
| YUV | 37.64 | 162.07 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 98 | 0.36 | 0.87 | 0 | 0.62 | 275.29 | 0.77 | 0.22 |
| Hex | 3F | D | 62 | 24 | 57 | 0 | 3E | 113 | 4D | 16 |
| Octal | 77 | 15 | 142 | 44 | 127 | 0 | 76 | 423 | 115 | 26 |
| Binary | 111111 | 1101 | 1100010 | 100100 | 1010111 | 0 | 111110 | 100010011 | 1001101 | 10110 |
Color Harmonies of #3F0D62
Complementary color
Monochromatic Colors of #3F0D62
Black with #3F0D62
Text Example
Text Example
White with #3F0D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0D62; }
p { color: rgb(63,13,98); }
H1.HeaderClassName
{
color: #3F0D62;
}
.AnyTagClassName
{
color: #3F0D62;
}
</style>
background-color css
<style>
a { background-color: #3F0D62; }
a { background-color: rgb(63,13,98); }
div.DivClassName
{
background-color: #3F0D62;
}
.BgClassName
{
background-color: #3F0D62;
}
</style>
border-color css
<style>
span { border-color: #3F0D62; }
span { border-color: rgb(63,13,98); }
td.TdClassName
{
border-color: #3F0D62;
}
.TagClassName
{
border-color: #3F0D62;
}
</style>