Shades of Persian Indigo #2A0373
Tints of Persian Indigo #2A0373
RGB
CMYK
RGB Variations
Color information
#2A0373 (or 0x2A0373) is known color: Persian Indigo. HEX triplet: 2A, 03 and 73. RGB value is (42,3,115). Sum of RGB (Red+Green+Blue) = 42+3+115=160 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.25% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A0373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0373 is #D5FC8C. Grayscale: #1B1B1B. Windows color (decimal): -14023821 or 7537450. OLE color: 7537450.
HSL color Cylindrical-coordinate representation of color #2A0373: hue angle of 260.89º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A0373 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 3 | 115 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.55 |
| HSL | 260.89º | 0.95% | 0.23% | - |
| HSV(B) | 260.89º | 0.97% | 0.45% | - |
| XYZ | 4.08 | 1.8 | 16.35 | - |
| YUV | 27.43 | 177.42 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 115 | 0.63 | 0.97 | 0 | 0.55 | 260.89 | 0.95 | 0.23 |
| Hex | 2A | 3 | 73 | 3F | 61 | 0 | 37 | 105 | 5F | 17 |
| Octal | 52 | 3 | 163 | 77 | 141 | 0 | 67 | 405 | 137 | 27 |
| Binary | 101010 | 11 | 1110011 | 111111 | 1100001 | 0 | 110111 | 100000101 | 1011111 | 10111 |
Color Harmonies of #2A0373
Complementary color
Monochromatic Colors of #2A0373
Black with #2A0373
Text Example
Text Example
White with #2A0373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0373; }
p { color: rgb(42,3,115); }
H1.HeaderClassName
{
color: #2A0373;
}
.AnyTagClassName
{
color: #2A0373;
}
</style>
background-color css
<style>
a { background-color: #2A0373; }
a { background-color: rgb(42,3,115); }
div.DivClassName
{
background-color: #2A0373;
}
.BgClassName
{
background-color: #2A0373;
}
</style>
border-color css
<style>
span { border-color: #2A0373; }
span { border-color: rgb(42,3,115); }
td.TdClassName
{
border-color: #2A0373;
}
.TagClassName
{
border-color: #2A0373;
}
</style>