Shades of Persian Indigo #2A0391
Tints of Persian Indigo #2A0391
RGB
CMYK
RGB Variations
Color information
#2A0391 (or 0x2A0391) is known color: Persian Indigo. HEX triplet: 2A, 03 and 91. RGB value is (42,3,145). Sum of RGB (Red+Green+Blue) = 42+3+145=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 145 (57.03% from 255 or 76.32% from 190); Max value from RGB is 145 - color contains mainly: blue. Hex color #2A0391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0391 is #D5FC6E. Grayscale: #1E1E1E. Windows color (decimal): -14023791 or 9503530. OLE color: 9503530.
HSL color Cylindrical-coordinate representation of color #2A0391: hue angle of 256.48º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0391 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 3 | 145 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.43 |
| HSL | 256.48º | 0.96% | 0.29% | - |
| HSV(B) | 256.48º | 0.98% | 0.57% | - |
| XYZ | 6.1 | 2.6 | 26.97 | - |
| YUV | 30.85 | 192.42 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 145 | 0.71 | 0.98 | 0 | 0.43 | 256.48 | 0.96 | 0.29 |
| Hex | 2A | 3 | 91 | 47 | 62 | 0 | 2B | 100 | 60 | 1D |
| Octal | 52 | 3 | 221 | 107 | 142 | 0 | 53 | 400 | 140 | 35 |
| Binary | 101010 | 11 | 10010001 | 1000111 | 1100010 | 0 | 101011 | 100000000 | 1100000 | 11101 |
Color Harmonies of #2A0391
Complementary color
Monochromatic Colors of #2A0391
Black with #2A0391
Text Example
Text Example
White with #2A0391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0391; }
p { color: rgb(42,3,145); }
H1.HeaderClassName
{
color: #2A0391;
}
.AnyTagClassName
{
color: #2A0391;
}
</style>
background-color css
<style>
a { background-color: #2A0391; }
a { background-color: rgb(42,3,145); }
div.DivClassName
{
background-color: #2A0391;
}
.BgClassName
{
background-color: #2A0391;
}
</style>
border-color css
<style>
span { border-color: #2A0391; }
span { border-color: rgb(42,3,145); }
td.TdClassName
{
border-color: #2A0391;
}
.TagClassName
{
border-color: #2A0391;
}
</style>