Shades of Persian Indigo #2A1985
Tints of Persian Indigo #2A1985
RGB
CMYK
RGB Variations
Color information
#2A1985 (or 0x2A1985) is known color: Persian Indigo. HEX triplet: 2A, 19 and 85. RGB value is (42,25,133). Sum of RGB (Red+Green+Blue) = 42+25+133=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #2A1985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1985 is #D5E67A. Grayscale: #292929. Windows color (decimal): -14018171 or 8722730. OLE color: 8722730.
HSL color Cylindrical-coordinate representation of color #2A1985: hue angle of 249.44º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A1985 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 42 | 25 | 133 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.48 |
| HSL | 249.44º | 0.68% | 0.31% | - |
| HSV(B) | 249.44º | 0.81% | 0.52% | - |
| XYZ | 5.54 | 2.88 | 22.45 | - |
| YUV | 42.4 | 179.13 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 133 | 0.68 | 0.81 | 0 | 0.48 | 249.44 | 0.68 | 0.31 |
| Hex | 2A | 19 | 85 | 44 | 51 | 0 | 30 | F9 | 44 | 1F |
| Octal | 52 | 31 | 205 | 104 | 121 | 0 | 60 | 371 | 104 | 37 |
| Binary | 101010 | 11001 | 10000101 | 1000100 | 1010001 | 0 | 110000 | 11111001 | 1000100 | 11111 |
Color Harmonies of #2A1985
Complementary color
Monochromatic Colors of #2A1985
Black with #2A1985
Text Example
Text Example
White with #2A1985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1985; }
p { color: rgb(42,25,133); }
H1.HeaderClassName
{
color: #2A1985;
}
.AnyTagClassName
{
color: #2A1985;
}
</style>
background-color css
<style>
a { background-color: #2A1985; }
a { background-color: rgb(42,25,133); }
div.DivClassName
{
background-color: #2A1985;
}
.BgClassName
{
background-color: #2A1985;
}
</style>
border-color css
<style>
span { border-color: #2A1985; }
span { border-color: rgb(42,25,133); }
td.TdClassName
{
border-color: #2A1985;
}
.TagClassName
{
border-color: #2A1985;
}
</style>