Shades of Persian Indigo #2A0160
Tints of Persian Indigo #2A0160
RGB
CMYK
RGB Variations
Color information
#2A0160 (or 0x2A0160) is known color: Persian Indigo. HEX triplet: 2A, 01 and 60. RGB value is (42,1,96). Sum of RGB (Red+Green+Blue) = 42+1+96=139 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.22% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 96 (37.89% from 255 or 69.06% from 139); Max value from RGB is 96 - color contains mainly: blue. Hex color #2A0160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0160 is #D5FE9F. Grayscale: #171717. Windows color (decimal): -14024352 or 6291754. OLE color: 6291754.
HSL color Cylindrical-coordinate representation of color #2A0160: hue angle of 265.89º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A0160 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 1 | 96 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.62 |
| HSL | 265.89º | 0.98% | 0.19% | - |
| HSV(B) | 265.89º | 0.99% | 0.38% | - |
| XYZ | 3.08 | 1.36 | 11.17 | - |
| YUV | 24.09 | 168.58 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 96 | 0.56 | 0.99 | 0 | 0.62 | 265.89 | 0.98 | 0.19 |
| Hex | 2A | 1 | 60 | 38 | 63 | 0 | 3E | 10A | 62 | 13 |
| Octal | 52 | 1 | 140 | 70 | 143 | 0 | 76 | 412 | 142 | 23 |
| Binary | 101010 | 1 | 1100000 | 111000 | 1100011 | 0 | 111110 | 100001010 | 1100010 | 10011 |
Color Harmonies of #2A0160
Complementary color
Monochromatic Colors of #2A0160
Black with #2A0160
Text Example
Text Example
White with #2A0160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0160; }
p { color: rgb(42,1,96); }
H1.HeaderClassName
{
color: #2A0160;
}
.AnyTagClassName
{
color: #2A0160;
}
</style>
background-color css
<style>
a { background-color: #2A0160; }
a { background-color: rgb(42,1,96); }
div.DivClassName
{
background-color: #2A0160;
}
.BgClassName
{
background-color: #2A0160;
}
</style>
border-color css
<style>
span { border-color: #2A0160; }
span { border-color: rgb(42,1,96); }
td.TdClassName
{
border-color: #2A0160;
}
.TagClassName
{
border-color: #2A0160;
}
</style>