Shades of Christalle #2A0158
Tints of Christalle #2A0158
RGB
CMYK
RGB Variations
Color information
#2A0158 (or 0x2A0158) is known color: Christalle. HEX triplet: 2A, 01 and 58. RGB value is (42,1,88). Sum of RGB (Red+Green+Blue) = 42+1+88=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 88 (34.77% from 255 or 67.18% from 131); Max value from RGB is 88 - color contains mainly: blue. Hex color #2A0158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0158 is #D5FEA7. Grayscale: #161616. Windows color (decimal): -14024360 or 5767466. OLE color: 5767466.
HSL color Cylindrical-coordinate representation of color #2A0158: hue angle of 268.28º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A0158 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 1 | 88 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.65 |
| HSL | 268.28º | 0.98% | 0.17% | - |
| HSV(B) | 268.28º | 0.99% | 0.35% | - |
| XYZ | 2.73 | 1.22 | 9.32 | - |
| YUV | 23.18 | 164.58 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 88 | 0.52 | 0.99 | 0 | 0.65 | 268.28 | 0.98 | 0.17 |
| Hex | 2A | 1 | 58 | 34 | 63 | 0 | 41 | 10C | 62 | 11 |
| Octal | 52 | 1 | 130 | 64 | 143 | 0 | 101 | 414 | 142 | 21 |
| Binary | 101010 | 1 | 1011000 | 110100 | 1100011 | 0 | 1000001 | 100001100 | 1100010 | 10001 |
Color Harmonies of #2A0158
Complementary color
Monochromatic Colors of #2A0158
Black with #2A0158
Text Example
Text Example
White with #2A0158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0158; }
p { color: rgb(42,1,88); }
H1.HeaderClassName
{
color: #2A0158;
}
.AnyTagClassName
{
color: #2A0158;
}
</style>
background-color css
<style>
a { background-color: #2A0158; }
a { background-color: rgb(42,1,88); }
div.DivClassName
{
background-color: #2A0158;
}
.BgClassName
{
background-color: #2A0158;
}
</style>
border-color css
<style>
span { border-color: #2A0158; }
span { border-color: rgb(42,1,88); }
td.TdClassName
{
border-color: #2A0158;
}
.TagClassName
{
border-color: #2A0158;
}
</style>