Shades of Persian Indigo #2A086B
Tints of Persian Indigo #2A086B
RGB
CMYK
RGB Variations
Color information
#2A086B (or 0x2A086B) is known color: Persian Indigo. HEX triplet: 2A, 08 and 6B. RGB value is (42,8,107). Sum of RGB (Red+Green+Blue) = 42+8+107=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 107 (42.19% from 255 or 68.15% from 157); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A086B is #D5F794. Grayscale: #1D1D1D. Windows color (decimal): -14022549 or 7014442. OLE color: 7014442.
HSL color Cylindrical-coordinate representation of color #2A086B: hue angle of 260.61º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A086B is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 8 | 107 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.58 |
| HSL | 260.61º | 0.86% | 0.23% | - |
| HSV(B) | 260.61º | 0.93% | 0.42% | - |
| XYZ | 3.7 | 1.73 | 14.05 | - |
| YUV | 29.45 | 171.76 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 107 | 0.61 | 0.93 | 0 | 0.58 | 260.61 | 0.86 | 0.23 |
| Hex | 2A | 8 | 6B | 3D | 5D | 0 | 3A | 105 | 56 | 17 |
| Octal | 52 | 10 | 153 | 75 | 135 | 0 | 72 | 405 | 126 | 27 |
| Binary | 101010 | 1000 | 1101011 | 111101 | 1011101 | 0 | 111010 | 100000101 | 1010110 | 10111 |
Color Harmonies of #2A086B
Complementary color
Monochromatic Colors of #2A086B
Black with #2A086B
Text Example
Text Example
White with #2A086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A086B; }
p { color: rgb(42,8,107); }
H1.HeaderClassName
{
color: #2A086B;
}
.AnyTagClassName
{
color: #2A086B;
}
</style>
background-color css
<style>
a { background-color: #2A086B; }
a { background-color: rgb(42,8,107); }
div.DivClassName
{
background-color: #2A086B;
}
.BgClassName
{
background-color: #2A086B;
}
</style>
border-color css
<style>
span { border-color: #2A086B; }
span { border-color: rgb(42,8,107); }
td.TdClassName
{
border-color: #2A086B;
}
.TagClassName
{
border-color: #2A086B;
}
</style>