Shades of Christalle #2A085E
Tints of Christalle #2A085E
RGB
CMYK
RGB Variations
Color information
#2A085E (or 0x2A085E) is known color: Christalle. HEX triplet: 2A, 08 and 5E. RGB value is (42,8,94). Sum of RGB (Red+Green+Blue) = 42+8+94=144 (19% of max value = 765). Red value is 42 (16.80% from 255 or 29.17% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 94 (37.11% from 255 or 65.28% from 144); Max value from RGB is 94 - color contains mainly: blue. Hex color #2A085E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A085E is #D5F7A1. Grayscale: #1B1B1B. Windows color (decimal): -14022562 or 6162474. OLE color: 6162474.
HSL color Cylindrical-coordinate representation of color #2A085E: hue angle of 263.72º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A085E is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 42 | 8 | 94 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.63 |
| HSL | 263.72º | 0.84% | 0.2% | - |
| HSV(B) | 263.72º | 0.91% | 0.37% | - |
| XYZ | 3.06 | 1.47 | 10.71 | - |
| YUV | 27.97 | 165.26 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 94 | 0.55 | 0.91 | 0 | 0.63 | 263.72 | 0.84 | 0.2 |
| Hex | 2A | 8 | 5E | 37 | 5B | 0 | 3F | 108 | 54 | 14 |
| Octal | 52 | 10 | 136 | 67 | 133 | 0 | 77 | 410 | 124 | 24 |
| Binary | 101010 | 1000 | 1011110 | 110111 | 1011011 | 0 | 111111 | 100001000 | 1010100 | 10100 |
Color Harmonies of #2A085E
Complementary color
Monochromatic Colors of #2A085E
Black with #2A085E
Text Example
Text Example
White with #2A085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A085E; }
p { color: rgb(42,8,94); }
H1.HeaderClassName
{
color: #2A085E;
}
.AnyTagClassName
{
color: #2A085E;
}
</style>
background-color css
<style>
a { background-color: #2A085E; }
a { background-color: rgb(42,8,94); }
div.DivClassName
{
background-color: #2A085E;
}
.BgClassName
{
background-color: #2A085E;
}
</style>
border-color css
<style>
span { border-color: #2A085E; }
span { border-color: rgb(42,8,94); }
td.TdClassName
{
border-color: #2A085E;
}
.TagClassName
{
border-color: #2A085E;
}
</style>