Shades of Christalle #32015F
Tints of Christalle #32015F
RGB
CMYK
RGB Variations
Color information
#32015F (or 0x32015F) is known color: Christalle. HEX triplet: 32, 01 and 5F. RGB value is (50,1,95). Sum of RGB (Red+Green+Blue) = 50+1+95=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 95 (37.5% from 255 or 65.07% from 146); Max value from RGB is 95 - color contains mainly: blue. Hex color #32015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32015F is #CDFEA0. Grayscale: #1A1A1A. Windows color (decimal): -13500065 or 6226226. OLE color: 6226226.
HSL color Cylindrical-coordinate representation of color #32015F: hue angle of 271.28º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32015F is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 1 | 95 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.63 |
| HSL | 271.28º | 0.98% | 0.19% | - |
| HSV(B) | 271.28º | 0.99% | 0.37% | - |
| XYZ | 3.39 | 1.53 | 10.94 | - |
| YUV | 26.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 95 | 0.47 | 0.99 | 0 | 0.63 | 271.28 | 0.98 | 0.19 |
| Hex | 32 | 1 | 5F | 2F | 63 | 0 | 3F | 10F | 62 | 13 |
| Octal | 62 | 1 | 137 | 57 | 143 | 0 | 77 | 417 | 142 | 23 |
| Binary | 110010 | 1 | 1011111 | 101111 | 1100011 | 0 | 111111 | 100001111 | 1100010 | 10011 |
Color Harmonies of #32015F
Complementary color
Monochromatic Colors of #32015F
Black with #32015F
Text Example
Text Example
White with #32015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32015F; }
p { color: rgb(50,1,95); }
H1.HeaderClassName
{
color: #32015F;
}
.AnyTagClassName
{
color: #32015F;
}
</style>
background-color css
<style>
a { background-color: #32015F; }
a { background-color: rgb(50,1,95); }
div.DivClassName
{
background-color: #32015F;
}
.BgClassName
{
background-color: #32015F;
}
</style>
border-color css
<style>
span { border-color: #32015F; }
span { border-color: rgb(50,1,95); }
td.TdClassName
{
border-color: #32015F;
}
.TagClassName
{
border-color: #32015F;
}
</style>