Shades of Persian Indigo #2A1390
Tints of Persian Indigo #2A1390
RGB
CMYK
RGB Variations
Color information
#2A1390 (or 0x2A1390) is known color: Persian Indigo. HEX triplet: 2A, 13 and 90. RGB value is (42,19,144). Sum of RGB (Red+Green+Blue) = 42+19+144=205 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.49% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #2A1390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1390 is #D5EC6F. Grayscale: #272727. Windows color (decimal): -14019696 or 9442090. OLE color: 9442090.
HSL color Cylindrical-coordinate representation of color #2A1390: hue angle of 251.04º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A1390 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 19 | 144 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.44 |
| HSL | 251.04º | 0.77% | 0.32% | - |
| HSV(B) | 251.04º | 0.87% | 0.56% | - |
| XYZ | 6.22 | 2.97 | 26.63 | - |
| YUV | 40.13 | 186.62 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 144 | 0.71 | 0.87 | 0 | 0.44 | 251.04 | 0.77 | 0.32 |
| Hex | 2A | 13 | 90 | 47 | 57 | 0 | 2C | FB | 4D | 20 |
| Octal | 52 | 23 | 220 | 107 | 127 | 0 | 54 | 373 | 115 | 40 |
| Binary | 101010 | 10011 | 10010000 | 1000111 | 1010111 | 0 | 101100 | 11111011 | 1001101 | 100000 |
Color Harmonies of #2A1390
Complementary color
Monochromatic Colors of #2A1390
Black with #2A1390
Text Example
Text Example
White with #2A1390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1390; }
p { color: rgb(42,19,144); }
H1.HeaderClassName
{
color: #2A1390;
}
.AnyTagClassName
{
color: #2A1390;
}
</style>
background-color css
<style>
a { background-color: #2A1390; }
a { background-color: rgb(42,19,144); }
div.DivClassName
{
background-color: #2A1390;
}
.BgClassName
{
background-color: #2A1390;
}
</style>
border-color css
<style>
span { border-color: #2A1390; }
span { border-color: rgb(42,19,144); }
td.TdClassName
{
border-color: #2A1390;
}
.TagClassName
{
border-color: #2A1390;
}
</style>