Shades of Christalle #2C025A
Tints of Christalle #2C025A
RGB
CMYK
RGB Variations
Color information
#2C025A (or 0x2C025A) is known color: Christalle. HEX triplet: 2C, 02 and 5A. RGB value is (44,2,90). Sum of RGB (Red+Green+Blue) = 44+2+90=136 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.35% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 90 (35.55% from 255 or 66.18% from 136); Max value from RGB is 90 - color contains mainly: blue. Hex color #2C025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C025A is #D3FDA5. Grayscale: #181818. Windows color (decimal): -13893030 or 5898796. OLE color: 5898796.
HSL color Cylindrical-coordinate representation of color #2C025A: hue angle of 268.64º 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 #2C025A is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 2 | 90 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.65 |
| HSL | 268.64º | 0.96% | 0.18% | - |
| HSV(B) | 268.64º | 0.98% | 0.35% | - |
| XYZ | 2.91 | 1.32 | 9.77 | - |
| YUV | 24.59 | 164.91 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 2 | 90 | 0.51 | 0.98 | 0 | 0.65 | 268.64 | 0.96 | 0.18 |
| Hex | 2C | 2 | 5A | 33 | 62 | 0 | 41 | 10D | 60 | 12 |
| Octal | 54 | 2 | 132 | 63 | 142 | 0 | 101 | 415 | 140 | 22 |
| Binary | 101100 | 10 | 1011010 | 110011 | 1100010 | 0 | 1000001 | 100001101 | 1100000 | 10010 |
Color Harmonies of #2C025A
Complementary color
Monochromatic Colors of #2C025A
Black with #2C025A
Text Example
Text Example
White with #2C025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C025A; }
p { color: rgb(44,2,90); }
H1.HeaderClassName
{
color: #2C025A;
}
.AnyTagClassName
{
color: #2C025A;
}
</style>
background-color css
<style>
a { background-color: #2C025A; }
a { background-color: rgb(44,2,90); }
div.DivClassName
{
background-color: #2C025A;
}
.BgClassName
{
background-color: #2C025A;
}
</style>
border-color css
<style>
span { border-color: #2C025A; }
span { border-color: rgb(44,2,90); }
td.TdClassName
{
border-color: #2C025A;
}
.TagClassName
{
border-color: #2C025A;
}
</style>