Shades of Persian Indigo #2A2187
Tints of Persian Indigo #2A2187
RGB
CMYK
RGB Variations
Color information
#2A2187 (or 0x2A2187) is known color: Persian Indigo. HEX triplet: 2A, 21 and 87. RGB value is (42,33,135). Sum of RGB (Red+Green+Blue) = 42+33+135=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 135 (53.12% from 255 or 64.29% from 210); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A2187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2187 is #D5DE78. Grayscale: #2E2E2E. Windows color (decimal): -14016121 or 8855850. OLE color: 8855850.
HSL color Cylindrical-coordinate representation of color #2A2187: hue angle of 245.29º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A2187 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 33 | 135 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.47 |
| HSL | 245.29º | 0.61% | 0.33% | - |
| HSV(B) | 245.29º | 0.76% | 0.53% | - |
| XYZ | 5.87 | 3.33 | 23.25 | - |
| YUV | 47.32 | 177.48 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 33 | 135 | 0.69 | 0.76 | 0 | 0.47 | 245.29 | 0.61 | 0.33 |
| Hex | 2A | 21 | 87 | 45 | 4C | 0 | 2F | F5 | 3D | 21 |
| Octal | 52 | 41 | 207 | 105 | 114 | 0 | 57 | 365 | 75 | 41 |
| Binary | 101010 | 100001 | 10000111 | 1000101 | 1001100 | 0 | 101111 | 11110101 | 111101 | 100001 |
Color Harmonies of #2A2187
Complementary color
Monochromatic Colors of #2A2187
Black with #2A2187
Text Example
Text Example
White with #2A2187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2187; }
p { color: rgb(42,33,135); }
H1.HeaderClassName
{
color: #2A2187;
}
.AnyTagClassName
{
color: #2A2187;
}
</style>
background-color css
<style>
a { background-color: #2A2187; }
a { background-color: rgb(42,33,135); }
div.DivClassName
{
background-color: #2A2187;
}
.BgClassName
{
background-color: #2A2187;
}
</style>
border-color css
<style>
span { border-color: #2A2187; }
span { border-color: rgb(42,33,135); }
td.TdClassName
{
border-color: #2A2187;
}
.TagClassName
{
border-color: #2A2187;
}
</style>