Shades of Persian Indigo #2A1982
Tints of Persian Indigo #2A1982
RGB
CMYK
RGB Variations
Color information
#2A1982 (or 0x2A1982) is known color: Persian Indigo. HEX triplet: 2A, 19 and 82. RGB value is (42,25,130). Sum of RGB (Red+Green+Blue) = 42+25+130=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 130 (51.17% from 255 or 65.99% from 197); Max value from RGB is 130 - color contains mainly: blue. Hex color #2A1982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1982 is #D5E67D. Grayscale: #292929. Windows color (decimal): -14018174 or 8526122. OLE color: 8526122.
HSL color Cylindrical-coordinate representation of color #2A1982: hue angle of 249.71º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A1982 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 25 | 130 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.49 |
| HSL | 249.71º | 0.68% | 0.3% | - |
| HSV(B) | 249.71º | 0.81% | 0.51% | - |
| XYZ | 5.33 | 2.8 | 21.38 | - |
| YUV | 42.05 | 177.63 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 130 | 0.68 | 0.81 | 0 | 0.49 | 249.71 | 0.68 | 0.3 |
| Hex | 2A | 19 | 82 | 44 | 51 | 0 | 31 | FA | 44 | 1E |
| Octal | 52 | 31 | 202 | 104 | 121 | 0 | 61 | 372 | 104 | 36 |
| Binary | 101010 | 11001 | 10000010 | 1000100 | 1010001 | 0 | 110001 | 11111010 | 1000100 | 11110 |
Color Harmonies of #2A1982
Complementary color
Monochromatic Colors of #2A1982
Black with #2A1982
Text Example
Text Example
White with #2A1982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1982; }
p { color: rgb(42,25,130); }
H1.HeaderClassName
{
color: #2A1982;
}
.AnyTagClassName
{
color: #2A1982;
}
</style>
background-color css
<style>
a { background-color: #2A1982; }
a { background-color: rgb(42,25,130); }
div.DivClassName
{
background-color: #2A1982;
}
.BgClassName
{
background-color: #2A1982;
}
</style>
border-color css
<style>
span { border-color: #2A1982; }
span { border-color: rgb(42,25,130); }
td.TdClassName
{
border-color: #2A1982;
}
.TagClassName
{
border-color: #2A1982;
}
</style>