Shades of Persian Indigo #2A087A
Tints of Persian Indigo #2A087A
RGB
CMYK
RGB Variations
Color information
#2A087A (or 0x2A087A) is known color: Persian Indigo. HEX triplet: 2A, 08 and 7A. RGB value is (42,8,122). Sum of RGB (Red+Green+Blue) = 42+8+122=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 122 (48.05% from 255 or 70.93% from 172); Max value from RGB is 122 - color contains mainly: blue. Hex color #2A087A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A087A is #D5F785. Grayscale: #1E1E1E. Windows color (decimal): -14022534 or 7997482. OLE color: 7997482.
HSL color Cylindrical-coordinate representation of color #2A087A: hue angle of 257.89º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A087A is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 8 | 122 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.52 |
| HSL | 257.89º | 0.88% | 0.25% | - |
| HSV(B) | 257.89º | 0.93% | 0.48% | - |
| XYZ | 4.55 | 2.07 | 18.57 | - |
| YUV | 31.16 | 179.26 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 122 | 0.66 | 0.93 | 0 | 0.52 | 257.89 | 0.88 | 0.25 |
| Hex | 2A | 8 | 7A | 42 | 5D | 0 | 34 | 102 | 58 | 19 |
| Octal | 52 | 10 | 172 | 102 | 135 | 0 | 64 | 402 | 130 | 31 |
| Binary | 101010 | 1000 | 1111010 | 1000010 | 1011101 | 0 | 110100 | 100000010 | 1011000 | 11001 |
Color Harmonies of #2A087A
Complementary color
Monochromatic Colors of #2A087A
Black with #2A087A
Text Example
Text Example
White with #2A087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A087A; }
p { color: rgb(42,8,122); }
H1.HeaderClassName
{
color: #2A087A;
}
.AnyTagClassName
{
color: #2A087A;
}
</style>
background-color css
<style>
a { background-color: #2A087A; }
a { background-color: rgb(42,8,122); }
div.DivClassName
{
background-color: #2A087A;
}
.BgClassName
{
background-color: #2A087A;
}
</style>
border-color css
<style>
span { border-color: #2A087A; }
span { border-color: rgb(42,8,122); }
td.TdClassName
{
border-color: #2A087A;
}
.TagClassName
{
border-color: #2A087A;
}
</style>