Shades of Persian Indigo #2C1A6E
Tints of Persian Indigo #2C1A6E
RGB
CMYK
RGB Variations
Color information
#2C1A6E (or 0x2C1A6E) is known color: Persian Indigo. HEX triplet: 2C, 1A and 6E. RGB value is (44,26,110). Sum of RGB (Red+Green+Blue) = 44+26+110=180 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.44% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C1A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C1A6E is #D3E591. Grayscale: #282828. Windows color (decimal): -13886866 or 7215660. OLE color: 7215660.
HSL color Cylindrical-coordinate representation of color #2C1A6E: hue angle of 252.86º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C1A6E is Cyan = 0.6, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 44 | 26 | 110 | - |
| CMYK | 0.6 | 0.76 | 0 | 0.57 |
| HSL | 252.86º | 0.62% | 0.27% | - |
| HSV(B) | 252.86º | 0.76% | 0.43% | - |
| XYZ | 4.22 | 2.4 | 14.99 | - |
| YUV | 40.96 | 166.96 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 26 | 110 | 0.6 | 0.76 | 0 | 0.57 | 252.86 | 0.62 | 0.27 |
| Hex | 2C | 1A | 6E | 3C | 4C | 0 | 39 | FD | 3E | 1B |
| Octal | 54 | 32 | 156 | 74 | 114 | 0 | 71 | 375 | 76 | 33 |
| Binary | 101100 | 11010 | 1101110 | 111100 | 1001100 | 0 | 111001 | 11111101 | 111110 | 11011 |
Color Harmonies of #2C1A6E
Complementary color
Monochromatic Colors of #2C1A6E
Black with #2C1A6E
Text Example
Text Example
White with #2C1A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1A6E; }
p { color: rgb(44,26,110); }
H1.HeaderClassName
{
color: #2C1A6E;
}
.AnyTagClassName
{
color: #2C1A6E;
}
</style>
background-color css
<style>
a { background-color: #2C1A6E; }
a { background-color: rgb(44,26,110); }
div.DivClassName
{
background-color: #2C1A6E;
}
.BgClassName
{
background-color: #2C1A6E;
}
</style>
border-color css
<style>
span { border-color: #2C1A6E; }
span { border-color: rgb(44,26,110); }
td.TdClassName
{
border-color: #2C1A6E;
}
.TagClassName
{
border-color: #2C1A6E;
}
</style>