Shades of Persian Indigo #2A076C
Tints of Persian Indigo #2A076C
RGB
CMYK
RGB Variations
Color information
#2A076C (or 0x2A076C) is known color: Persian Indigo. HEX triplet: 2A, 07 and 6C. RGB value is (42,7,108). Sum of RGB (Red+Green+Blue) = 42+7+108=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A076C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A076C is #D5F893. Grayscale: #1C1C1C. Windows color (decimal): -14022804 or 7079722. OLE color: 7079722.
HSL color Cylindrical-coordinate representation of color #2A076C: hue angle of 260.79º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A076C is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 7 | 108 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.58 |
| HSL | 260.79º | 0.88% | 0.23% | - |
| HSV(B) | 260.79º | 0.94% | 0.42% | - |
| XYZ | 3.74 | 1.73 | 14.32 | - |
| YUV | 28.98 | 172.6 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 7 | 108 | 0.61 | 0.94 | 0 | 0.58 | 260.79 | 0.88 | 0.23 |
| Hex | 2A | 7 | 6C | 3D | 5E | 0 | 3A | 105 | 58 | 17 |
| Octal | 52 | 7 | 154 | 75 | 136 | 0 | 72 | 405 | 130 | 27 |
| Binary | 101010 | 111 | 1101100 | 111101 | 1011110 | 0 | 111010 | 100000101 | 1011000 | 10111 |
Color Harmonies of #2A076C
Complementary color
Monochromatic Colors of #2A076C
Black with #2A076C
Text Example
Text Example
White with #2A076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A076C; }
p { color: rgb(42,7,108); }
H1.HeaderClassName
{
color: #2A076C;
}
.AnyTagClassName
{
color: #2A076C;
}
</style>
background-color css
<style>
a { background-color: #2A076C; }
a { background-color: rgb(42,7,108); }
div.DivClassName
{
background-color: #2A076C;
}
.BgClassName
{
background-color: #2A076C;
}
</style>
border-color css
<style>
span { border-color: #2A076C; }
span { border-color: rgb(42,7,108); }
td.TdClassName
{
border-color: #2A076C;
}
.TagClassName
{
border-color: #2A076C;
}
</style>