Shades of Persian Indigo #2A087F
Tints of Persian Indigo #2A087F
RGB
CMYK
RGB Variations
Color information
#2A087F (or 0x2A087F) is known color: Persian Indigo. HEX triplet: 2A, 08 and 7F. RGB value is (42,8,127). Sum of RGB (Red+Green+Blue) = 42+8+127=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 127 (50% from 255 or 71.75% from 177); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A087F is #D5F780. Grayscale: #1F1F1F. Windows color (decimal): -14022529 or 8325162. OLE color: 8325162.
HSL color Cylindrical-coordinate representation of color #2A087F: hue angle of 257.14º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A087F is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 8 | 127 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.50 |
| HSL | 257.14º | 0.88% | 0.26% | - |
| HSV(B) | 257.14º | 0.94% | 0.5% | - |
| XYZ | 4.87 | 2.2 | 20.25 | - |
| YUV | 31.73 | 181.76 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 127 | 0.67 | 0.94 | 0 | 0.50 | 257.14 | 0.88 | 0.26 |
| Hex | 2A | 8 | 7F | 43 | 5E | 0 | 32 | 101 | 58 | 1A |
| Octal | 52 | 10 | 177 | 103 | 136 | 0 | 62 | 401 | 130 | 32 |
| Binary | 101010 | 1000 | 1111111 | 1000011 | 1011110 | 0 | 110010 | 100000001 | 1011000 | 11010 |
Color Harmonies of #2A087F
Complementary color
Monochromatic Colors of #2A087F
Black with #2A087F
Text Example
Text Example
White with #2A087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A087F; }
p { color: rgb(42,8,127); }
H1.HeaderClassName
{
color: #2A087F;
}
.AnyTagClassName
{
color: #2A087F;
}
</style>
background-color css
<style>
a { background-color: #2A087F; }
a { background-color: rgb(42,8,127); }
div.DivClassName
{
background-color: #2A087F;
}
.BgClassName
{
background-color: #2A087F;
}
</style>
border-color css
<style>
span { border-color: #2A087F; }
span { border-color: rgb(42,8,127); }
td.TdClassName
{
border-color: #2A087F;
}
.TagClassName
{
border-color: #2A087F;
}
</style>