Shades of Christalle #32025A
Tints of Christalle #32025A
RGB
CMYK
RGB Variations
Color information
#32025A (or 0x32025A) is known color: Christalle. HEX triplet: 32, 02 and 5A. RGB value is (50,2,90). Sum of RGB (Red+Green+Blue) = 50+2+90=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 90 (35.55% from 255 or 63.38% from 142); Max value from RGB is 90 - color contains mainly: blue. Hex color #32025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32025A is #CDFDA5. Grayscale: #1A1A1A. Windows color (decimal): -13499814 or 5898802. OLE color: 5898802.
HSL color Cylindrical-coordinate representation of color #32025A: hue angle of 272.73º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32025A is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 2 | 90 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.65 |
| HSL | 272.73º | 0.96% | 0.18% | - |
| HSV(B) | 272.73º | 0.98% | 0.35% | - |
| XYZ | 3.18 | 1.46 | 9.79 | - |
| YUV | 26.38 | 163.9 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 90 | 0.44 | 0.98 | 0 | 0.65 | 272.73 | 0.96 | 0.18 |
| Hex | 32 | 2 | 5A | 2C | 62 | 0 | 41 | 111 | 60 | 12 |
| Octal | 62 | 2 | 132 | 54 | 142 | 0 | 101 | 421 | 140 | 22 |
| Binary | 110010 | 10 | 1011010 | 101100 | 1100010 | 0 | 1000001 | 100010001 | 1100000 | 10010 |
Color Harmonies of #32025A
Complementary color
Monochromatic Colors of #32025A
Black with #32025A
Text Example
Text Example
White with #32025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32025A; }
p { color: rgb(50,2,90); }
H1.HeaderClassName
{
color: #32025A;
}
.AnyTagClassName
{
color: #32025A;
}
</style>
background-color css
<style>
a { background-color: #32025A; }
a { background-color: rgb(50,2,90); }
div.DivClassName
{
background-color: #32025A;
}
.BgClassName
{
background-color: #32025A;
}
</style>
border-color css
<style>
span { border-color: #32025A; }
span { border-color: rgb(50,2,90); }
td.TdClassName
{
border-color: #32025A;
}
.TagClassName
{
border-color: #32025A;
}
</style>