Shades of Persian Indigo #2A086D
Tints of Persian Indigo #2A086D
RGB
CMYK
RGB Variations
Color information
#2A086D (or 0x2A086D) is known color: Persian Indigo. HEX triplet: 2A, 08 and 6D. RGB value is (42,8,109). Sum of RGB (Red+Green+Blue) = 42+8+109=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 109 (42.97% from 255 or 68.55% from 159); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A086D is #D5F792. Grayscale: #1D1D1D. Windows color (decimal): -14022547 or 7145514. OLE color: 7145514.
HSL color Cylindrical-coordinate representation of color #2A086D: hue angle of 260.2º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A086D is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 8 | 109 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.57 |
| HSL | 260.2º | 0.86% | 0.23% | - |
| HSV(B) | 260.2º | 0.93% | 0.43% | - |
| XYZ | 3.8 | 1.77 | 14.61 | - |
| YUV | 29.68 | 172.76 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 109 | 0.61 | 0.93 | 0 | 0.57 | 260.2 | 0.86 | 0.23 |
| Hex | 2A | 8 | 6D | 3D | 5D | 0 | 39 | 104 | 56 | 17 |
| Octal | 52 | 10 | 155 | 75 | 135 | 0 | 71 | 404 | 126 | 27 |
| Binary | 101010 | 1000 | 1101101 | 111101 | 1011101 | 0 | 111001 | 100000100 | 1010110 | 10111 |
Color Harmonies of #2A086D
Complementary color
Monochromatic Colors of #2A086D
Black with #2A086D
Text Example
Text Example
White with #2A086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A086D; }
p { color: rgb(42,8,109); }
H1.HeaderClassName
{
color: #2A086D;
}
.AnyTagClassName
{
color: #2A086D;
}
</style>
background-color css
<style>
a { background-color: #2A086D; }
a { background-color: rgb(42,8,109); }
div.DivClassName
{
background-color: #2A086D;
}
.BgClassName
{
background-color: #2A086D;
}
</style>
border-color css
<style>
span { border-color: #2A086D; }
span { border-color: rgb(42,8,109); }
td.TdClassName
{
border-color: #2A086D;
}
.TagClassName
{
border-color: #2A086D;
}
</style>