Shades of Christalle #3F145C
Tints of Christalle #3F145C
RGB
CMYK
RGB Variations
Color information
#3F145C (or 0x3F145C) is known color: Christalle. HEX triplet: 3F, 14 and 5C. RGB value is (63,20,92). Sum of RGB (Red+Green+Blue) = 63+20+92=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #3F145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F145C is #C0EBA3. Grayscale: #282828. Windows color (decimal): -12643236 or 6034495. OLE color: 6034495.
HSL color Cylindrical-coordinate representation of color #3F145C: hue angle of 275.83º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F145C is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 20 | 92 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.64 |
| HSL | 275.83º | 0.64% | 0.22% | - |
| HSV(B) | 275.83º | 0.78% | 0.36% | - |
| XYZ | 4.23 | 2.33 | 10.35 | - |
| YUV | 41.07 | 156.75 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 92 | 0.32 | 0.78 | 0 | 0.64 | 275.83 | 0.64 | 0.22 |
| Hex | 3F | 14 | 5C | 20 | 4E | 0 | 40 | 114 | 40 | 16 |
| Octal | 77 | 24 | 134 | 40 | 116 | 0 | 100 | 424 | 100 | 26 |
| Binary | 111111 | 10100 | 1011100 | 100000 | 1001110 | 0 | 1000000 | 100010100 | 1000000 | 10110 |
Color Harmonies of #3F145C
Complementary color
Monochromatic Colors of #3F145C
Black with #3F145C
Text Example
Text Example
White with #3F145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F145C; }
p { color: rgb(63,20,92); }
H1.HeaderClassName
{
color: #3F145C;
}
.AnyTagClassName
{
color: #3F145C;
}
</style>
background-color css
<style>
a { background-color: #3F145C; }
a { background-color: rgb(63,20,92); }
div.DivClassName
{
background-color: #3F145C;
}
.BgClassName
{
background-color: #3F145C;
}
</style>
border-color css
<style>
span { border-color: #3F145C; }
span { border-color: rgb(63,20,92); }
td.TdClassName
{
border-color: #3F145C;
}
.TagClassName
{
border-color: #3F145C;
}
</style>