Shades of Persian Indigo #2A096B
Tints of Persian Indigo #2A096B
RGB
CMYK
RGB Variations
Color information
#2A096B (or 0x2A096B) is known color: Persian Indigo. HEX triplet: 2A, 09 and 6B. RGB value is (42,9,107). Sum of RGB (Red+Green+Blue) = 42+9+107=158 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.58% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A096B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A096B is #D5F694. Grayscale: #1D1D1D. Windows color (decimal): -14022293 or 7014698. OLE color: 7014698.
HSL color Cylindrical-coordinate representation of color #2A096B: hue angle of 260.2º 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 #2A096B is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 9 | 107 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.58 |
| HSL | 260.2º | 0.84% | 0.23% | - |
| HSV(B) | 260.2º | 0.92% | 0.42% | - |
| XYZ | 3.71 | 1.75 | 14.05 | - |
| YUV | 30.04 | 171.43 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 107 | 0.61 | 0.92 | 0 | 0.58 | 260.2 | 0.84 | 0.23 |
| Hex | 2A | 9 | 6B | 3D | 5C | 0 | 3A | 104 | 54 | 17 |
| Octal | 52 | 11 | 153 | 75 | 134 | 0 | 72 | 404 | 124 | 27 |
| Binary | 101010 | 1001 | 1101011 | 111101 | 1011100 | 0 | 111010 | 100000100 | 1010100 | 10111 |
Color Harmonies of #2A096B
Complementary color
Monochromatic Colors of #2A096B
Black with #2A096B
Text Example
Text Example
White with #2A096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A096B; }
p { color: rgb(42,9,107); }
H1.HeaderClassName
{
color: #2A096B;
}
.AnyTagClassName
{
color: #2A096B;
}
</style>
background-color css
<style>
a { background-color: #2A096B; }
a { background-color: rgb(42,9,107); }
div.DivClassName
{
background-color: #2A096B;
}
.BgClassName
{
background-color: #2A096B;
}
</style>
border-color css
<style>
span { border-color: #2A096B; }
span { border-color: rgb(42,9,107); }
td.TdClassName
{
border-color: #2A096B;
}
.TagClassName
{
border-color: #2A096B;
}
</style>