Shades of Christalle #2A125D
Tints of Christalle #2A125D
RGB
CMYK
RGB Variations
Color information
#2A125D (or 0x2A125D) is known color: Christalle. HEX triplet: 2A, 12 and 5D. RGB value is (42,18,93). Sum of RGB (Red+Green+Blue) = 42+18+93=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A125D is #D5EDA2. Grayscale: #212121. Windows color (decimal): -14020003 or 6099498. OLE color: 6099498.
HSL color Cylindrical-coordinate representation of color #2A125D: hue angle of 259.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A125D is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 18 | 93 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.64 |
| HSL | 259.2º | 0.68% | 0.22% | - |
| HSV(B) | 259.2º | 0.81% | 0.36% | - |
| XYZ | 3.15 | 1.72 | 10.52 | - |
| YUV | 33.73 | 161.45 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 18 | 93 | 0.55 | 0.81 | 0 | 0.64 | 259.2 | 0.68 | 0.22 |
| Hex | 2A | 12 | 5D | 37 | 51 | 0 | 40 | 103 | 44 | 16 |
| Octal | 52 | 22 | 135 | 67 | 121 | 0 | 100 | 403 | 104 | 26 |
| Binary | 101010 | 10010 | 1011101 | 110111 | 1010001 | 0 | 1000000 | 100000011 | 1000100 | 10110 |
Color Harmonies of #2A125D
Complementary color
Monochromatic Colors of #2A125D
Black with #2A125D
Text Example
Text Example
White with #2A125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A125D; }
p { color: rgb(42,18,93); }
H1.HeaderClassName
{
color: #2A125D;
}
.AnyTagClassName
{
color: #2A125D;
}
</style>
background-color css
<style>
a { background-color: #2A125D; }
a { background-color: rgb(42,18,93); }
div.DivClassName
{
background-color: #2A125D;
}
.BgClassName
{
background-color: #2A125D;
}
</style>
border-color css
<style>
span { border-color: #2A125D; }
span { border-color: rgb(42,18,93); }
td.TdClassName
{
border-color: #2A125D;
}
.TagClassName
{
border-color: #2A125D;
}
</style>