Shades of Christalle #36025A
Tints of Christalle #36025A
RGB
CMYK
RGB Variations
Color information
#36025A (or 0x36025A) is known color: Christalle. HEX triplet: 36, 02 and 5A. RGB value is (54,2,90). Sum of RGB (Red+Green+Blue) = 54+2+90=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #36025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36025A is #C9FDA5. Grayscale: #1B1B1B. Windows color (decimal): -13237670 or 5898806. OLE color: 5898806.
HSL color Cylindrical-coordinate representation of color #36025A: hue angle of 275.45º 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 #36025A is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 2 | 90 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.65 |
| HSL | 275.45º | 0.96% | 0.18% | - |
| HSV(B) | 275.45º | 0.98% | 0.35% | - |
| XYZ | 3.39 | 1.57 | 9.8 | - |
| YUV | 27.58 | 163.23 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 90 | 0.40 | 0.98 | 0 | 0.65 | 275.45 | 0.96 | 0.18 |
| Hex | 36 | 2 | 5A | 28 | 62 | 0 | 41 | 113 | 60 | 12 |
| Octal | 66 | 2 | 132 | 50 | 142 | 0 | 101 | 423 | 140 | 22 |
| Binary | 110110 | 10 | 1011010 | 101000 | 1100010 | 0 | 1000001 | 100010011 | 1100000 | 10010 |
Color Harmonies of #36025A
Complementary color
Monochromatic Colors of #36025A
Black with #36025A
Text Example
Text Example
White with #36025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36025A; }
p { color: rgb(54,2,90); }
H1.HeaderClassName
{
color: #36025A;
}
.AnyTagClassName
{
color: #36025A;
}
</style>
background-color css
<style>
a { background-color: #36025A; }
a { background-color: rgb(54,2,90); }
div.DivClassName
{
background-color: #36025A;
}
.BgClassName
{
background-color: #36025A;
}
</style>
border-color css
<style>
span { border-color: #36025A; }
span { border-color: rgb(54,2,90); }
td.TdClassName
{
border-color: #36025A;
}
.TagClassName
{
border-color: #36025A;
}
</style>