Shades of Persian Indigo #2A1371
Tints of Persian Indigo #2A1371
RGB
CMYK
RGB Variations
Color information
#2A1371 (or 0x2A1371) is known color: Persian Indigo. HEX triplet: 2A, 13 and 71. RGB value is (42,19,113). Sum of RGB (Red+Green+Blue) = 42+19+113=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #2A1371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1371 is #D5EC8E. Grayscale: #242424. Windows color (decimal): -14019727 or 7410474. OLE color: 7410474.
HSL color Cylindrical-coordinate representation of color #2A1371: hue angle of 254.68º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A1371 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 19 | 113 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.56 |
| HSL | 254.68º | 0.71% | 0.26% | - |
| HSV(B) | 254.68º | 0.83% | 0.44% | - |
| XYZ | 4.17 | 2.15 | 15.82 | - |
| YUV | 36.59 | 171.12 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 113 | 0.63 | 0.83 | 0 | 0.56 | 254.68 | 0.71 | 0.26 |
| Hex | 2A | 13 | 71 | 3F | 53 | 0 | 38 | FF | 47 | 1A |
| Octal | 52 | 23 | 161 | 77 | 123 | 0 | 70 | 377 | 107 | 32 |
| Binary | 101010 | 10011 | 1110001 | 111111 | 1010011 | 0 | 111000 | 11111111 | 1000111 | 11010 |
Color Harmonies of #2A1371
Complementary color
Monochromatic Colors of #2A1371
Black with #2A1371
Text Example
Text Example
White with #2A1371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1371; }
p { color: rgb(42,19,113); }
H1.HeaderClassName
{
color: #2A1371;
}
.AnyTagClassName
{
color: #2A1371;
}
</style>
background-color css
<style>
a { background-color: #2A1371; }
a { background-color: rgb(42,19,113); }
div.DivClassName
{
background-color: #2A1371;
}
.BgClassName
{
background-color: #2A1371;
}
</style>
border-color css
<style>
span { border-color: #2A1371; }
span { border-color: rgb(42,19,113); }
td.TdClassName
{
border-color: #2A1371;
}
.TagClassName
{
border-color: #2A1371;
}
</style>