Shades of Persian Indigo #2A1C76
Tints of Persian Indigo #2A1C76
RGB
CMYK
RGB Variations
Color information
#2A1C76 (or 0x2A1C76) is known color: Persian Indigo. HEX triplet: 2A, 1C and 76. RGB value is (42,28,118). Sum of RGB (Red+Green+Blue) = 42+28+118=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #2A1C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1C76 is #D5E389. Grayscale: #2A2A2A. Windows color (decimal): -14017418 or 7740458. OLE color: 7740458.
HSL color Cylindrical-coordinate representation of color #2A1C76: hue angle of 249.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A1C76 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 28 | 118 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.54 |
| HSL | 249.33º | 0.62% | 0.29% | - |
| HSV(B) | 249.33º | 0.76% | 0.46% | - |
| XYZ | 4.64 | 2.63 | 17.4 | - |
| YUV | 42.45 | 170.64 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 28 | 118 | 0.64 | 0.76 | 0 | 0.54 | 249.33 | 0.62 | 0.29 |
| Hex | 2A | 1C | 76 | 40 | 4C | 0 | 36 | F9 | 3E | 1D |
| Octal | 52 | 34 | 166 | 100 | 114 | 0 | 66 | 371 | 76 | 35 |
| Binary | 101010 | 11100 | 1110110 | 1000000 | 1001100 | 0 | 110110 | 11111001 | 111110 | 11101 |
Color Harmonies of #2A1C76
Complementary color
Monochromatic Colors of #2A1C76
Black with #2A1C76
Text Example
Text Example
White with #2A1C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1C76; }
p { color: rgb(42,28,118); }
H1.HeaderClassName
{
color: #2A1C76;
}
.AnyTagClassName
{
color: #2A1C76;
}
</style>
background-color css
<style>
a { background-color: #2A1C76; }
a { background-color: rgb(42,28,118); }
div.DivClassName
{
background-color: #2A1C76;
}
.BgClassName
{
background-color: #2A1C76;
}
</style>
border-color css
<style>
span { border-color: #2A1C76; }
span { border-color: rgb(42,28,118); }
td.TdClassName
{
border-color: #2A1C76;
}
.TagClassName
{
border-color: #2A1C76;
}
</style>