Shades of Persian Indigo #2A087C
Tints of Persian Indigo #2A087C
RGB
CMYK
RGB Variations
Color information
#2A087C (or 0x2A087C) is known color: Persian Indigo. HEX triplet: 2A, 08 and 7C. RGB value is (42,8,124). Sum of RGB (Red+Green+Blue) = 42+8+124=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A087C is #D5F783. Grayscale: #1E1E1E. Windows color (decimal): -14022532 or 8128554. OLE color: 8128554.
HSL color Cylindrical-coordinate representation of color #2A087C: hue angle of 257.59º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A087C is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 8 | 124 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.51 |
| HSL | 257.59º | 0.88% | 0.26% | - |
| HSV(B) | 257.59º | 0.94% | 0.49% | - |
| XYZ | 4.68 | 2.12 | 19.23 | - |
| YUV | 31.39 | 180.26 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 124 | 0.66 | 0.94 | 0 | 0.51 | 257.59 | 0.88 | 0.26 |
| Hex | 2A | 8 | 7C | 42 | 5E | 0 | 33 | 102 | 58 | 1A |
| Octal | 52 | 10 | 174 | 102 | 136 | 0 | 63 | 402 | 130 | 32 |
| Binary | 101010 | 1000 | 1111100 | 1000010 | 1011110 | 0 | 110011 | 100000010 | 1011000 | 11010 |
Color Harmonies of #2A087C
Complementary color
Monochromatic Colors of #2A087C
Black with #2A087C
Text Example
Text Example
White with #2A087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A087C; }
p { color: rgb(42,8,124); }
H1.HeaderClassName
{
color: #2A087C;
}
.AnyTagClassName
{
color: #2A087C;
}
</style>
background-color css
<style>
a { background-color: #2A087C; }
a { background-color: rgb(42,8,124); }
div.DivClassName
{
background-color: #2A087C;
}
.BgClassName
{
background-color: #2A087C;
}
</style>
border-color css
<style>
span { border-color: #2A087C; }
span { border-color: rgb(42,8,124); }
td.TdClassName
{
border-color: #2A087C;
}
.TagClassName
{
border-color: #2A087C;
}
</style>