Shades of Persian Indigo #2A208A
Tints of Persian Indigo #2A208A
RGB
CMYK
RGB Variations
Color information
#2A208A (or 0x2A208A) is known color: Persian Indigo. HEX triplet: 2A, 20 and 8A. RGB value is (42,32,138). Sum of RGB (Red+Green+Blue) = 42+32+138=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 138 (54.30% from 255 or 65.09% from 212); Max value from RGB is 138 - color contains mainly: blue. Hex color #2A208A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A208A is #D5DF75. Grayscale: #2E2E2E. Windows color (decimal): -14016374 or 9052202. OLE color: 9052202.
HSL color Cylindrical-coordinate representation of color #2A208A: hue angle of 245.66º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A208A is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 32 | 138 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.46 |
| HSL | 245.66º | 0.62% | 0.33% | - |
| HSV(B) | 245.66º | 0.77% | 0.54% | - |
| XYZ | 6.06 | 3.36 | 24.37 | - |
| YUV | 47.07 | 179.31 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 138 | 0.70 | 0.77 | 0 | 0.46 | 245.66 | 0.62 | 0.33 |
| Hex | 2A | 20 | 8A | 46 | 4D | 0 | 2E | F6 | 3E | 21 |
| Octal | 52 | 40 | 212 | 106 | 115 | 0 | 56 | 366 | 76 | 41 |
| Binary | 101010 | 100000 | 10001010 | 1000110 | 1001101 | 0 | 101110 | 11110110 | 111110 | 100001 |
Color Harmonies of #2A208A
Complementary color
Monochromatic Colors of #2A208A
Black with #2A208A
Text Example
Text Example
White with #2A208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A208A; }
p { color: rgb(42,32,138); }
H1.HeaderClassName
{
color: #2A208A;
}
.AnyTagClassName
{
color: #2A208A;
}
</style>
background-color css
<style>
a { background-color: #2A208A; }
a { background-color: rgb(42,32,138); }
div.DivClassName
{
background-color: #2A208A;
}
.BgClassName
{
background-color: #2A208A;
}
</style>
border-color css
<style>
span { border-color: #2A208A; }
span { border-color: rgb(42,32,138); }
td.TdClassName
{
border-color: #2A208A;
}
.TagClassName
{
border-color: #2A208A;
}
</style>