Shades of Christalle #2A1461
Tints of Christalle #2A1461
RGB
CMYK
RGB Variations
Color information
#2A1461 (or 0x2A1461) is known color: Christalle. HEX triplet: 2A, 14 and 61. RGB value is (42,20,97). Sum of RGB (Red+Green+Blue) = 42+20+97=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A1461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1461 is #D5EB9E. Grayscale: #232323. Windows color (decimal): -14019487 or 6362154. OLE color: 6362154.
HSL color Cylindrical-coordinate representation of color #2A1461: hue angle of 257.14º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A1461 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 20 | 97 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.62 |
| HSL | 257.14º | 0.66% | 0.23% | - |
| HSV(B) | 257.14º | 0.79% | 0.38% | - |
| XYZ | 3.36 | 1.86 | 11.49 | - |
| YUV | 35.36 | 162.79 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 20 | 97 | 0.57 | 0.79 | 0 | 0.62 | 257.14 | 0.66 | 0.23 |
| Hex | 2A | 14 | 61 | 39 | 4F | 0 | 3E | 101 | 42 | 17 |
| Octal | 52 | 24 | 141 | 71 | 117 | 0 | 76 | 401 | 102 | 27 |
| Binary | 101010 | 10100 | 1100001 | 111001 | 1001111 | 0 | 111110 | 100000001 | 1000010 | 10111 |
Color Harmonies of #2A1461
Complementary color
Monochromatic Colors of #2A1461
Black with #2A1461
Text Example
Text Example
White with #2A1461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1461; }
p { color: rgb(42,20,97); }
H1.HeaderClassName
{
color: #2A1461;
}
.AnyTagClassName
{
color: #2A1461;
}
</style>
background-color css
<style>
a { background-color: #2A1461; }
a { background-color: rgb(42,20,97); }
div.DivClassName
{
background-color: #2A1461;
}
.BgClassName
{
background-color: #2A1461;
}
</style>
border-color css
<style>
span { border-color: #2A1461; }
span { border-color: rgb(42,20,97); }
td.TdClassName
{
border-color: #2A1461;
}
.TagClassName
{
border-color: #2A1461;
}
</style>