Shades of Christalle #32015D
Tints of Christalle #32015D
RGB
CMYK
RGB Variations
Color information
#32015D (or 0x32015D) is known color: Christalle. HEX triplet: 32, 01 and 5D. RGB value is (50,1,93). Sum of RGB (Red+Green+Blue) = 50+1+93=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #32015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32015D is #CDFEA2. Grayscale: #191919. Windows color (decimal): -13500067 or 6095154. OLE color: 6095154.
HSL color Cylindrical-coordinate representation of color #32015D: hue angle of 271.96º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32015D is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 1 | 93 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.64 |
| HSL | 271.96º | 0.98% | 0.18% | - |
| HSV(B) | 271.96º | 0.99% | 0.36% | - |
| XYZ | 3.3 | 1.49 | 10.47 | - |
| YUV | 26.14 | 165.73 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 93 | 0.46 | 0.99 | 0 | 0.64 | 271.96 | 0.98 | 0.18 |
| Hex | 32 | 1 | 5D | 2E | 63 | 0 | 40 | 110 | 62 | 12 |
| Octal | 62 | 1 | 135 | 56 | 143 | 0 | 100 | 420 | 142 | 22 |
| Binary | 110010 | 1 | 1011101 | 101110 | 1100011 | 0 | 1000000 | 100010000 | 1100010 | 10010 |
Color Harmonies of #32015D
Complementary color
Monochromatic Colors of #32015D
Black with #32015D
Text Example
Text Example
White with #32015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32015D; }
p { color: rgb(50,1,93); }
H1.HeaderClassName
{
color: #32015D;
}
.AnyTagClassName
{
color: #32015D;
}
</style>
background-color css
<style>
a { background-color: #32015D; }
a { background-color: rgb(50,1,93); }
div.DivClassName
{
background-color: #32015D;
}
.BgClassName
{
background-color: #32015D;
}
</style>
border-color css
<style>
span { border-color: #32015D; }
span { border-color: rgb(50,1,93); }
td.TdClassName
{
border-color: #32015D;
}
.TagClassName
{
border-color: #32015D;
}
</style>