Shades of Persian Indigo #2A087D
Tints of Persian Indigo #2A087D
RGB
CMYK
RGB Variations
Color information
#2A087D (or 0x2A087D) is known color: Persian Indigo. HEX triplet: 2A, 08 and 7D. RGB value is (42,8,125). Sum of RGB (Red+Green+Blue) = 42+8+125=175 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 125 (49.22% from 255 or 71.43% from 175); Max value from RGB is 125 - color contains mainly: blue. Hex color #2A087D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A087D is #D5F782. Grayscale: #1F1F1F. Windows color (decimal): -14022531 or 8194090. OLE color: 8194090.
HSL color Cylindrical-coordinate representation of color #2A087D: hue angle of 257.44º 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 #2A087D is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 8 | 125 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.51 |
| HSL | 257.44º | 0.88% | 0.26% | - |
| HSV(B) | 257.44º | 0.94% | 0.49% | - |
| XYZ | 4.74 | 2.15 | 19.57 | - |
| YUV | 31.5 | 180.76 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 125 | 0.66 | 0.94 | 0 | 0.51 | 257.44 | 0.88 | 0.26 |
| Hex | 2A | 8 | 7D | 42 | 5E | 0 | 33 | 101 | 58 | 1A |
| Octal | 52 | 10 | 175 | 102 | 136 | 0 | 63 | 401 | 130 | 32 |
| Binary | 101010 | 1000 | 1111101 | 1000010 | 1011110 | 0 | 110011 | 100000001 | 1011000 | 11010 |
Color Harmonies of #2A087D
Complementary color
Monochromatic Colors of #2A087D
Black with #2A087D
Text Example
Text Example
White with #2A087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A087D; }
p { color: rgb(42,8,125); }
H1.HeaderClassName
{
color: #2A087D;
}
.AnyTagClassName
{
color: #2A087D;
}
</style>
background-color css
<style>
a { background-color: #2A087D; }
a { background-color: rgb(42,8,125); }
div.DivClassName
{
background-color: #2A087D;
}
.BgClassName
{
background-color: #2A087D;
}
</style>
border-color css
<style>
span { border-color: #2A087D; }
span { border-color: rgb(42,8,125); }
td.TdClassName
{
border-color: #2A087D;
}
.TagClassName
{
border-color: #2A087D;
}
</style>