Shades of Persian Indigo #2A076D
Tints of Persian Indigo #2A076D
RGB
CMYK
RGB Variations
Color information
#2A076D (or 0x2A076D) is known color: Persian Indigo. HEX triplet: 2A, 07 and 6D. RGB value is (42,7,109). Sum of RGB (Red+Green+Blue) = 42+7+109=158 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.58% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 109 (42.97% from 255 or 68.99% from 158); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A076D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A076D is #D5F892. Grayscale: #1C1C1C. Windows color (decimal): -14022803 or 7145258. OLE color: 7145258.
HSL color Cylindrical-coordinate representation of color #2A076D: hue angle of 260.59º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A076D is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 7 | 109 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.57 |
| HSL | 260.59º | 0.88% | 0.23% | - |
| HSV(B) | 260.59º | 0.94% | 0.43% | - |
| XYZ | 3.79 | 1.75 | 14.61 | - |
| YUV | 29.09 | 173.1 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 7 | 109 | 0.61 | 0.94 | 0 | 0.57 | 260.59 | 0.88 | 0.23 |
| Hex | 2A | 7 | 6D | 3D | 5E | 0 | 39 | 105 | 58 | 17 |
| Octal | 52 | 7 | 155 | 75 | 136 | 0 | 71 | 405 | 130 | 27 |
| Binary | 101010 | 111 | 1101101 | 111101 | 1011110 | 0 | 111001 | 100000101 | 1011000 | 10111 |
Color Harmonies of #2A076D
Complementary color
Monochromatic Colors of #2A076D
Black with #2A076D
Text Example
Text Example
White with #2A076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A076D; }
p { color: rgb(42,7,109); }
H1.HeaderClassName
{
color: #2A076D;
}
.AnyTagClassName
{
color: #2A076D;
}
</style>
background-color css
<style>
a { background-color: #2A076D; }
a { background-color: rgb(42,7,109); }
div.DivClassName
{
background-color: #2A076D;
}
.BgClassName
{
background-color: #2A076D;
}
</style>
border-color css
<style>
span { border-color: #2A076D; }
span { border-color: rgb(42,7,109); }
td.TdClassName
{
border-color: #2A076D;
}
.TagClassName
{
border-color: #2A076D;
}
</style>