Shades of Persian Indigo #2A1573
Tints of Persian Indigo #2A1573
RGB
CMYK
RGB Variations
Color information
#2A1573 (or 0x2A1573) is known color: Persian Indigo. HEX triplet: 2A, 15 and 73. RGB value is (42,21,115). Sum of RGB (Red+Green+Blue) = 42+21+115=178 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.60% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 115 (45.31% from 255 or 64.61% from 178); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A1573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1573 is #D5EA8C. Grayscale: #252525. Windows color (decimal): -14019213 or 7542058. OLE color: 7542058.
HSL color Cylindrical-coordinate representation of color #2A1573: hue angle of 253.4º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A1573 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 21 | 115 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.55 |
| HSL | 253.4º | 0.69% | 0.27% | - |
| HSV(B) | 253.4º | 0.82% | 0.45% | - |
| XYZ | 4.32 | 2.27 | 16.43 | - |
| YUV | 38 | 171.46 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 115 | 0.63 | 0.82 | 0 | 0.55 | 253.4 | 0.69 | 0.27 |
| Hex | 2A | 15 | 73 | 3F | 52 | 0 | 37 | FD | 45 | 1B |
| Octal | 52 | 25 | 163 | 77 | 122 | 0 | 67 | 375 | 105 | 33 |
| Binary | 101010 | 10101 | 1110011 | 111111 | 1010010 | 0 | 110111 | 11111101 | 1000101 | 11011 |
Color Harmonies of #2A1573
Complementary color
Monochromatic Colors of #2A1573
Black with #2A1573
Text Example
Text Example
White with #2A1573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1573; }
p { color: rgb(42,21,115); }
H1.HeaderClassName
{
color: #2A1573;
}
.AnyTagClassName
{
color: #2A1573;
}
</style>
background-color css
<style>
a { background-color: #2A1573; }
a { background-color: rgb(42,21,115); }
div.DivClassName
{
background-color: #2A1573;
}
.BgClassName
{
background-color: #2A1573;
}
</style>
border-color css
<style>
span { border-color: #2A1573; }
span { border-color: rgb(42,21,115); }
td.TdClassName
{
border-color: #2A1573;
}
.TagClassName
{
border-color: #2A1573;
}
</style>