Shades of Persian Indigo #2A1072
Tints of Persian Indigo #2A1072
RGB
CMYK
RGB Variations
Color information
#2A1072 (or 0x2A1072) is known color: Persian Indigo. HEX triplet: 2A, 10 and 72. RGB value is (42,16,114). Sum of RGB (Red+Green+Blue) = 42+16+114=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A1072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1072 is #D5EF8D. Grayscale: #222222. Windows color (decimal): -14020494 or 7475242. OLE color: 7475242.
HSL color Cylindrical-coordinate representation of color #2A1072: hue angle of 255.92º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A1072 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 16 | 114 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.55 |
| HSL | 255.92º | 0.75% | 0.25% | - |
| HSV(B) | 255.92º | 0.86% | 0.45% | - |
| XYZ | 4.18 | 2.08 | 16.1 | - |
| YUV | 34.95 | 172.61 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 114 | 0.63 | 0.86 | 0 | 0.55 | 255.92 | 0.75 | 0.25 |
| Hex | 2A | 10 | 72 | 3F | 56 | 0 | 37 | 100 | 4B | 19 |
| Octal | 52 | 20 | 162 | 77 | 126 | 0 | 67 | 400 | 113 | 31 |
| Binary | 101010 | 10000 | 1110010 | 111111 | 1010110 | 0 | 110111 | 100000000 | 1001011 | 11001 |
Color Harmonies of #2A1072
Complementary color
Monochromatic Colors of #2A1072
Black with #2A1072
Text Example
Text Example
White with #2A1072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1072; }
p { color: rgb(42,16,114); }
H1.HeaderClassName
{
color: #2A1072;
}
.AnyTagClassName
{
color: #2A1072;
}
</style>
background-color css
<style>
a { background-color: #2A1072; }
a { background-color: rgb(42,16,114); }
div.DivClassName
{
background-color: #2A1072;
}
.BgClassName
{
background-color: #2A1072;
}
</style>
border-color css
<style>
span { border-color: #2A1072; }
span { border-color: rgb(42,16,114); }
td.TdClassName
{
border-color: #2A1072;
}
.TagClassName
{
border-color: #2A1072;
}
</style>