Shades of Christalle #3F0C6A
Tints of Christalle #3F0C6A
RGB
CMYK
RGB Variations
Color information
#3F0C6A (or 0x3F0C6A) is known color: Christalle. HEX triplet: 3F, 0C and 6A. RGB value is (63,12,106). Sum of RGB (Red+Green+Blue) = 63+12+106=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 106 (41.80% from 255 or 58.56% from 181); Max value from RGB is 106 - color contains mainly: blue. Hex color #3F0C6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0C6A is #C0F395. Grayscale: #252525. Windows color (decimal): -12645270 or 6949951. OLE color: 6949951.
HSL color Cylindrical-coordinate representation of color #3F0C6A: hue angle of 272.55º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F0C6A is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 12 | 106 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.58 |
| HSL | 272.55º | 0.8% | 0.23% | - |
| HSV(B) | 272.55º | 0.89% | 0.42% | - |
| XYZ | 4.78 | 2.36 | 13.84 | - |
| YUV | 37.97 | 166.4 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 12 | 106 | 0.41 | 0.89 | 0 | 0.58 | 272.55 | 0.8 | 0.23 |
| Hex | 3F | C | 6A | 29 | 59 | 0 | 3A | 111 | 50 | 17 |
| Octal | 77 | 14 | 152 | 51 | 131 | 0 | 72 | 421 | 120 | 27 |
| Binary | 111111 | 1100 | 1101010 | 101001 | 1011001 | 0 | 111010 | 100010001 | 1010000 | 10111 |
Color Harmonies of #3F0C6A
Complementary color
Monochromatic Colors of #3F0C6A
Black with #3F0C6A
Text Example
Text Example
White with #3F0C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0C6A; }
p { color: rgb(63,12,106); }
H1.HeaderClassName
{
color: #3F0C6A;
}
.AnyTagClassName
{
color: #3F0C6A;
}
</style>
background-color css
<style>
a { background-color: #3F0C6A; }
a { background-color: rgb(63,12,106); }
div.DivClassName
{
background-color: #3F0C6A;
}
.BgClassName
{
background-color: #3F0C6A;
}
</style>
border-color css
<style>
span { border-color: #3F0C6A; }
span { border-color: rgb(63,12,106); }
td.TdClassName
{
border-color: #3F0C6A;
}
.TagClassName
{
border-color: #3F0C6A;
}
</style>