Shades of Christalle #2A0857
Tints of Christalle #2A0857
RGB
CMYK
RGB Variations
Color information
#2A0857 (or 0x2A0857) is known color: Christalle. HEX triplet: 2A, 08 and 57. RGB value is (42,8,87). Sum of RGB (Red+Green+Blue) = 42+8+87=137 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.66% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 87 (34.38% from 255 or 63.50% from 137); Max value from RGB is 87 - color contains mainly: blue. Hex color #2A0857 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0857 is #D5F7A8. Grayscale: #1A1A1A. Windows color (decimal): -14022569 or 5703722. OLE color: 5703722.
HSL color Cylindrical-coordinate representation of color #2A0857: hue angle of 265.82º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A0857 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 8 | 87 | - |
| CMYK | 0.52 | 0.91 | 0 | 0.66 |
| HSL | 265.82º | 0.83% | 0.19% | - |
| HSV(B) | 265.82º | 0.91% | 0.34% | - |
| XYZ | 2.76 | 1.35 | 9.13 | - |
| YUV | 27.17 | 161.76 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 87 | 0.52 | 0.91 | 0 | 0.66 | 265.82 | 0.83 | 0.19 |
| Hex | 2A | 8 | 57 | 34 | 5B | 0 | 42 | 10A | 53 | 13 |
| Octal | 52 | 10 | 127 | 64 | 133 | 0 | 102 | 412 | 123 | 23 |
| Binary | 101010 | 1000 | 1010111 | 110100 | 1011011 | 0 | 1000010 | 100001010 | 1010011 | 10011 |
Color Harmonies of #2A0857
Complementary color
Monochromatic Colors of #2A0857
Black with #2A0857
Text Example
Text Example
White with #2A0857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0857; }
p { color: rgb(42,8,87); }
H1.HeaderClassName
{
color: #2A0857;
}
.AnyTagClassName
{
color: #2A0857;
}
</style>
background-color css
<style>
a { background-color: #2A0857; }
a { background-color: rgb(42,8,87); }
div.DivClassName
{
background-color: #2A0857;
}
.BgClassName
{
background-color: #2A0857;
}
</style>
border-color css
<style>
span { border-color: #2A0857; }
span { border-color: rgb(42,8,87); }
td.TdClassName
{
border-color: #2A0857;
}
.TagClassName
{
border-color: #2A0857;
}
</style>