Shades of Persian Indigo #2A037C
Tints of Persian Indigo #2A037C
RGB
CMYK
RGB Variations
Color information
#2A037C (or 0x2A037C) is known color: Persian Indigo. HEX triplet: 2A, 03 and 7C. RGB value is (42,3,124). Sum of RGB (Red+Green+Blue) = 42+3+124=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 124 (48.83% from 255 or 73.37% from 169); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A037C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A037C is #D5FC83. Grayscale: #1C1C1C. Windows color (decimal): -14023812 or 8127274. OLE color: 8127274.
HSL color Cylindrical-coordinate representation of color #2A037C: hue angle of 259.34º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A037C is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 3 | 124 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.51 |
| HSL | 259.34º | 0.95% | 0.25% | - |
| HSV(B) | 259.34º | 0.98% | 0.49% | - |
| XYZ | 4.63 | 2.01 | 19.21 | - |
| YUV | 28.46 | 181.92 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 124 | 0.66 | 0.98 | 0 | 0.51 | 259.34 | 0.95 | 0.25 |
| Hex | 2A | 3 | 7C | 42 | 62 | 0 | 33 | 103 | 5F | 19 |
| Octal | 52 | 3 | 174 | 102 | 142 | 0 | 63 | 403 | 137 | 31 |
| Binary | 101010 | 11 | 1111100 | 1000010 | 1100010 | 0 | 110011 | 100000011 | 1011111 | 11001 |
Color Harmonies of #2A037C
Complementary color
Monochromatic Colors of #2A037C
Black with #2A037C
Text Example
Text Example
White with #2A037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A037C; }
p { color: rgb(42,3,124); }
H1.HeaderClassName
{
color: #2A037C;
}
.AnyTagClassName
{
color: #2A037C;
}
</style>
background-color css
<style>
a { background-color: #2A037C; }
a { background-color: rgb(42,3,124); }
div.DivClassName
{
background-color: #2A037C;
}
.BgClassName
{
background-color: #2A037C;
}
</style>
border-color css
<style>
span { border-color: #2A037C; }
span { border-color: rgb(42,3,124); }
td.TdClassName
{
border-color: #2A037C;
}
.TagClassName
{
border-color: #2A037C;
}
</style>