Shades of Persian Indigo #2A1785
Tints of Persian Indigo #2A1785
RGB
CMYK
RGB Variations
Color information
#2A1785 (or 0x2A1785) is known color: Persian Indigo. HEX triplet: 2A, 17 and 85. RGB value is (42,23,133). Sum of RGB (Red+Green+Blue) = 42+23+133=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #2A1785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1785 is #D5E87A. Grayscale: #282828. Windows color (decimal): -14018683 or 8722218. OLE color: 8722218.
HSL color Cylindrical-coordinate representation of color #2A1785: hue angle of 250.36º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A1785 is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 42 | 23 | 133 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.48 |
| HSL | 250.36º | 0.71% | 0.31% | - |
| HSV(B) | 250.36º | 0.83% | 0.52% | - |
| XYZ | 5.49 | 2.8 | 22.44 | - |
| YUV | 41.22 | 179.79 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 23 | 133 | 0.68 | 0.83 | 0 | 0.48 | 250.36 | 0.71 | 0.31 |
| Hex | 2A | 17 | 85 | 44 | 53 | 0 | 30 | FA | 47 | 1F |
| Octal | 52 | 27 | 205 | 104 | 123 | 0 | 60 | 372 | 107 | 37 |
| Binary | 101010 | 10111 | 10000101 | 1000100 | 1010011 | 0 | 110000 | 11111010 | 1000111 | 11111 |
Color Harmonies of #2A1785
Complementary color
Monochromatic Colors of #2A1785
Black with #2A1785
Text Example
Text Example
White with #2A1785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1785; }
p { color: rgb(42,23,133); }
H1.HeaderClassName
{
color: #2A1785;
}
.AnyTagClassName
{
color: #2A1785;
}
</style>
background-color css
<style>
a { background-color: #2A1785; }
a { background-color: rgb(42,23,133); }
div.DivClassName
{
background-color: #2A1785;
}
.BgClassName
{
background-color: #2A1785;
}
</style>
border-color css
<style>
span { border-color: #2A1785; }
span { border-color: rgb(42,23,133); }
td.TdClassName
{
border-color: #2A1785;
}
.TagClassName
{
border-color: #2A1785;
}
</style>