Shades of Christalle #2A045A
Tints of Christalle #2A045A
RGB
CMYK
RGB Variations
Color information
#2A045A (or 0x2A045A) is known color: Christalle. HEX triplet: 2A, 04 and 5A. RGB value is (42,4,90). Sum of RGB (Red+Green+Blue) = 42+4+90=136 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.88% from 136); Green value is 4 (1.95% from 255 or 2.94% 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 #2A045A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A045A is #D5FBA5. Grayscale: #181818. Windows color (decimal): -14023590 or 5899306. OLE color: 5899306.
HSL color Cylindrical-coordinate representation of color #2A045A: hue angle of 266.51º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A045A is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 4 | 90 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.65 |
| HSL | 266.51º | 0.91% | 0.18% | - |
| HSV(B) | 266.51º | 0.96% | 0.35% | - |
| XYZ | 2.84 | 1.32 | 9.78 | - |
| YUV | 25.17 | 164.59 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 90 | 0.53 | 0.96 | 0 | 0.65 | 266.51 | 0.91 | 0.18 |
| Hex | 2A | 4 | 5A | 35 | 60 | 0 | 41 | 10B | 5B | 12 |
| Octal | 52 | 4 | 132 | 65 | 140 | 0 | 101 | 413 | 133 | 22 |
| Binary | 101010 | 100 | 1011010 | 110101 | 1100000 | 0 | 1000001 | 100001011 | 1011011 | 10010 |
Color Harmonies of #2A045A
Complementary color
Monochromatic Colors of #2A045A
Black with #2A045A
Text Example
Text Example
White with #2A045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A045A; }
p { color: rgb(42,4,90); }
H1.HeaderClassName
{
color: #2A045A;
}
.AnyTagClassName
{
color: #2A045A;
}
</style>
background-color css
<style>
a { background-color: #2A045A; }
a { background-color: rgb(42,4,90); }
div.DivClassName
{
background-color: #2A045A;
}
.BgClassName
{
background-color: #2A045A;
}
</style>
border-color css
<style>
span { border-color: #2A045A; }
span { border-color: rgb(42,4,90); }
td.TdClassName
{
border-color: #2A045A;
}
.TagClassName
{
border-color: #2A045A;
}
</style>