Shades of Persian Indigo #2A0584
Tints of Persian Indigo #2A0584
RGB
CMYK
RGB Variations
Color information
#2A0584 (or 0x2A0584) is known color: Persian Indigo. HEX triplet: 2A, 05 and 84. RGB value is (42,5,132). Sum of RGB (Red+Green+Blue) = 42+5+132=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 132 (51.95% from 255 or 73.74% from 179); Max value from RGB is 132 - color contains mainly: blue. Hex color #2A0584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0584 is #D5FA7B. Grayscale: #1E1E1E. Windows color (decimal): -14023292 or 8652074. OLE color: 8652074.
HSL color Cylindrical-coordinate representation of color #2A0584: hue angle of 257.48º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A0584 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 42 | 5 | 132 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.48 |
| HSL | 257.48º | 0.93% | 0.27% | - |
| HSV(B) | 257.48º | 0.96% | 0.52% | - |
| XYZ | 5.17 | 2.27 | 21.99 | - |
| YUV | 30.54 | 185.26 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 5 | 132 | 0.68 | 0.96 | 0 | 0.48 | 257.48 | 0.93 | 0.27 |
| Hex | 2A | 5 | 84 | 44 | 60 | 0 | 30 | 101 | 5D | 1B |
| Octal | 52 | 5 | 204 | 104 | 140 | 0 | 60 | 401 | 135 | 33 |
| Binary | 101010 | 101 | 10000100 | 1000100 | 1100000 | 0 | 110000 | 100000001 | 1011101 | 11011 |
Color Harmonies of #2A0584
Complementary color
Monochromatic Colors of #2A0584
Black with #2A0584
Text Example
Text Example
White with #2A0584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0584; }
p { color: rgb(42,5,132); }
H1.HeaderClassName
{
color: #2A0584;
}
.AnyTagClassName
{
color: #2A0584;
}
</style>
background-color css
<style>
a { background-color: #2A0584; }
a { background-color: rgb(42,5,132); }
div.DivClassName
{
background-color: #2A0584;
}
.BgClassName
{
background-color: #2A0584;
}
</style>
border-color css
<style>
span { border-color: #2A0584; }
span { border-color: rgb(42,5,132); }
td.TdClassName
{
border-color: #2A0584;
}
.TagClassName
{
border-color: #2A0584;
}
</style>