Shades of Christalle #36015A
Tints of Christalle #36015A
RGB
CMYK
RGB Variations
Color information
#36015A (or 0x36015A) is known color: Christalle. HEX triplet: 36, 01 and 5A. RGB value is (54,1,90). Sum of RGB (Red+Green+Blue) = 54+1+90=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #36015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36015A is #C9FEA5. Grayscale: #1A1A1A. Windows color (decimal): -13237926 or 5898550. OLE color: 5898550.
HSL color Cylindrical-coordinate representation of color #36015A: hue angle of 275.73º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36015A is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 1 | 90 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.65 |
| HSL | 275.73º | 0.98% | 0.18% | - |
| HSV(B) | 275.73º | 0.99% | 0.35% | - |
| XYZ | 3.38 | 1.54 | 9.79 | - |
| YUV | 26.99 | 163.56 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 90 | 0.40 | 0.99 | 0 | 0.65 | 275.73 | 0.98 | 0.18 |
| Hex | 36 | 1 | 5A | 28 | 63 | 0 | 41 | 114 | 62 | 12 |
| Octal | 66 | 1 | 132 | 50 | 143 | 0 | 101 | 424 | 142 | 22 |
| Binary | 110110 | 1 | 1011010 | 101000 | 1100011 | 0 | 1000001 | 100010100 | 1100010 | 10010 |
Color Harmonies of #36015A
Complementary color
Monochromatic Colors of #36015A
Black with #36015A
Text Example
Text Example
White with #36015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36015A; }
p { color: rgb(54,1,90); }
H1.HeaderClassName
{
color: #36015A;
}
.AnyTagClassName
{
color: #36015A;
}
</style>
background-color css
<style>
a { background-color: #36015A; }
a { background-color: rgb(54,1,90); }
div.DivClassName
{
background-color: #36015A;
}
.BgClassName
{
background-color: #36015A;
}
</style>
border-color css
<style>
span { border-color: #36015A; }
span { border-color: rgb(54,1,90); }
td.TdClassName
{
border-color: #36015A;
}
.TagClassName
{
border-color: #36015A;
}
</style>