Shades of Persian Indigo #2A096F
Tints of Persian Indigo #2A096F
RGB
CMYK
RGB Variations
Color information
#2A096F (or 0x2A096F) is known color: Persian Indigo. HEX triplet: 2A, 09 and 6F. RGB value is (42,9,111). Sum of RGB (Red+Green+Blue) = 42+9+111=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 111 (43.75% from 255 or 68.52% from 162); Max value from RGB is 111 - color contains mainly: blue. Hex color #2A096F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A096F is #D5F690. Grayscale: #1E1E1E. Windows color (decimal): -14022289 or 7276842. OLE color: 7276842.
HSL color Cylindrical-coordinate representation of color #2A096F: hue angle of 259.41º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A096F is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 9 | 111 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.56 |
| HSL | 259.41º | 0.85% | 0.24% | - |
| HSV(B) | 259.41º | 0.92% | 0.44% | - |
| XYZ | 3.92 | 1.84 | 15.19 | - |
| YUV | 30.5 | 173.43 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 111 | 0.62 | 0.92 | 0 | 0.56 | 259.41 | 0.85 | 0.24 |
| Hex | 2A | 9 | 6F | 3E | 5C | 0 | 38 | 103 | 55 | 18 |
| Octal | 52 | 11 | 157 | 76 | 134 | 0 | 70 | 403 | 125 | 30 |
| Binary | 101010 | 1001 | 1101111 | 111110 | 1011100 | 0 | 111000 | 100000011 | 1010101 | 11000 |
Color Harmonies of #2A096F
Complementary color
Monochromatic Colors of #2A096F
Black with #2A096F
Text Example
Text Example
White with #2A096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A096F; }
p { color: rgb(42,9,111); }
H1.HeaderClassName
{
color: #2A096F;
}
.AnyTagClassName
{
color: #2A096F;
}
</style>
background-color css
<style>
a { background-color: #2A096F; }
a { background-color: rgb(42,9,111); }
div.DivClassName
{
background-color: #2A096F;
}
.BgClassName
{
background-color: #2A096F;
}
</style>
border-color css
<style>
span { border-color: #2A096F; }
span { border-color: rgb(42,9,111); }
td.TdClassName
{
border-color: #2A096F;
}
.TagClassName
{
border-color: #2A096F;
}
</style>