Shades of Persian Indigo #2A0593
Tints of Persian Indigo #2A0593
RGB
CMYK
RGB Variations
Color information
#2A0593 (or 0x2A0593) is known color: Persian Indigo. HEX triplet: 2A, 05 and 93. RGB value is (42,5,147). Sum of RGB (Red+Green+Blue) = 42+5+147=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 147 (57.81% from 255 or 75.77% from 194); Max value from RGB is 147 - color contains mainly: blue. Hex color #2A0593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0593 is #D5FA6C. Grayscale: #1F1F1F. Windows color (decimal): -14023277 or 9635114. OLE color: 9635114.
HSL color Cylindrical-coordinate representation of color #2A0593: hue angle of 255.63º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A0593 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 5 | 147 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.42 |
| HSL | 255.63º | 0.93% | 0.3% | - |
| HSV(B) | 255.63º | 0.97% | 0.58% | - |
| XYZ | 6.28 | 2.71 | 27.8 | - |
| YUV | 32.25 | 192.76 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 5 | 147 | 0.71 | 0.97 | 0 | 0.42 | 255.63 | 0.93 | 0.3 |
| Hex | 2A | 5 | 93 | 47 | 61 | 0 | 2A | 100 | 5D | 1E |
| Octal | 52 | 5 | 223 | 107 | 141 | 0 | 52 | 400 | 135 | 36 |
| Binary | 101010 | 101 | 10010011 | 1000111 | 1100001 | 0 | 101010 | 100000000 | 1011101 | 11110 |
Color Harmonies of #2A0593
Complementary color
Monochromatic Colors of #2A0593
Black with #2A0593
Text Example
Text Example
White with #2A0593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0593; }
p { color: rgb(42,5,147); }
H1.HeaderClassName
{
color: #2A0593;
}
.AnyTagClassName
{
color: #2A0593;
}
</style>
background-color css
<style>
a { background-color: #2A0593; }
a { background-color: rgb(42,5,147); }
div.DivClassName
{
background-color: #2A0593;
}
.BgClassName
{
background-color: #2A0593;
}
</style>
border-color css
<style>
span { border-color: #2A0593; }
span { border-color: rgb(42,5,147); }
td.TdClassName
{
border-color: #2A0593;
}
.TagClassName
{
border-color: #2A0593;
}
</style>