Shades of Persian Indigo #2A096A
Tints of Persian Indigo #2A096A
RGB
CMYK
RGB Variations
Color information
#2A096A (or 0x2A096A) is known color: Persian Indigo. HEX triplet: 2A, 09 and 6A. RGB value is (42,9,106). Sum of RGB (Red+Green+Blue) = 42+9+106=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 106 (41.80% from 255 or 67.52% from 157); Max value from RGB is 106 - color contains mainly: blue. Hex color #2A096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A096A is #D5F695. Grayscale: #1D1D1D. Windows color (decimal): -14022294 or 6949162. OLE color: 6949162.
HSL color Cylindrical-coordinate representation of color #2A096A: hue angle of 260.41º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A096A is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 9 | 106 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.58 |
| HSL | 260.41º | 0.84% | 0.23% | - |
| HSV(B) | 260.41º | 0.92% | 0.42% | - |
| XYZ | 3.65 | 1.73 | 13.78 | - |
| YUV | 29.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 106 | 0.60 | 0.92 | 0 | 0.58 | 260.41 | 0.84 | 0.23 |
| Hex | 2A | 9 | 6A | 3C | 5C | 0 | 3A | 104 | 54 | 17 |
| Octal | 52 | 11 | 152 | 74 | 134 | 0 | 72 | 404 | 124 | 27 |
| Binary | 101010 | 1001 | 1101010 | 111100 | 1011100 | 0 | 111010 | 100000100 | 1010100 | 10111 |
Color Harmonies of #2A096A
Complementary color
Monochromatic Colors of #2A096A
Black with #2A096A
Text Example
Text Example
White with #2A096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A096A; }
p { color: rgb(42,9,106); }
H1.HeaderClassName
{
color: #2A096A;
}
.AnyTagClassName
{
color: #2A096A;
}
</style>
background-color css
<style>
a { background-color: #2A096A; }
a { background-color: rgb(42,9,106); }
div.DivClassName
{
background-color: #2A096A;
}
.BgClassName
{
background-color: #2A096A;
}
</style>
border-color css
<style>
span { border-color: #2A096A; }
span { border-color: rgb(42,9,106); }
td.TdClassName
{
border-color: #2A096A;
}
.TagClassName
{
border-color: #2A096A;
}
</style>