Shades of Christalle #2C1A5A
Tints of Christalle #2C1A5A
RGB
CMYK
RGB Variations
Color information
#2C1A5A (or 0x2C1A5A) is known color: Christalle. HEX triplet: 2C, 1A and 5A. RGB value is (44,26,90). Sum of RGB (Red+Green+Blue) = 44+26+90=160 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.5% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #2C1A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C1A5A is #D3E5A5. Grayscale: #262626. Windows color (decimal): -13886886 or 5904940. OLE color: 5904940.
HSL color Cylindrical-coordinate representation of color #2C1A5A: hue angle of 256.88º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C1A5A is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 26 | 90 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.65 |
| HSL | 256.88º | 0.55% | 0.23% | - |
| HSV(B) | 256.88º | 0.71% | 0.35% | - |
| XYZ | 3.25 | 2.01 | 9.89 | - |
| YUV | 38.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 26 | 90 | 0.51 | 0.71 | 0 | 0.65 | 256.88 | 0.55 | 0.23 |
| Hex | 2C | 1A | 5A | 33 | 47 | 0 | 41 | 101 | 37 | 17 |
| Octal | 54 | 32 | 132 | 63 | 107 | 0 | 101 | 401 | 67 | 27 |
| Binary | 101100 | 11010 | 1011010 | 110011 | 1000111 | 0 | 1000001 | 100000001 | 110111 | 10111 |
Color Harmonies of #2C1A5A
Complementary color
Monochromatic Colors of #2C1A5A
Black with #2C1A5A
Text Example
Text Example
White with #2C1A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1A5A; }
p { color: rgb(44,26,90); }
H1.HeaderClassName
{
color: #2C1A5A;
}
.AnyTagClassName
{
color: #2C1A5A;
}
</style>
background-color css
<style>
a { background-color: #2C1A5A; }
a { background-color: rgb(44,26,90); }
div.DivClassName
{
background-color: #2C1A5A;
}
.BgClassName
{
background-color: #2C1A5A;
}
</style>
border-color css
<style>
span { border-color: #2C1A5A; }
span { border-color: rgb(44,26,90); }
td.TdClassName
{
border-color: #2C1A5A;
}
.TagClassName
{
border-color: #2C1A5A;
}
</style>