Shades of Persian Indigo #2A037D
Tints of Persian Indigo #2A037D
RGB
CMYK
RGB Variations
Color information
#2A037D (or 0x2A037D) is known color: Persian Indigo. HEX triplet: 2A, 03 and 7D. RGB value is (42,3,125). Sum of RGB (Red+Green+Blue) = 42+3+125=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 125 (49.22% from 255 or 73.53% from 170); Max value from RGB is 125 - color contains mainly: blue. Hex color #2A037D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A037D is #D5FC82. Grayscale: #1C1C1C. Windows color (decimal): -14023811 or 8192810. OLE color: 8192810.
HSL color Cylindrical-coordinate representation of color #2A037D: hue angle of 259.18º 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 #2A037D is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 3 | 125 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.51 |
| HSL | 259.18º | 0.95% | 0.25% | - |
| HSV(B) | 259.18º | 0.98% | 0.49% | - |
| XYZ | 4.69 | 2.04 | 19.55 | - |
| YUV | 28.57 | 182.42 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 125 | 0.66 | 0.98 | 0 | 0.51 | 259.18 | 0.95 | 0.25 |
| Hex | 2A | 3 | 7D | 42 | 62 | 0 | 33 | 103 | 5F | 19 |
| Octal | 52 | 3 | 175 | 102 | 142 | 0 | 63 | 403 | 137 | 31 |
| Binary | 101010 | 11 | 1111101 | 1000010 | 1100010 | 0 | 110011 | 100000011 | 1011111 | 11001 |
Color Harmonies of #2A037D
Complementary color
Monochromatic Colors of #2A037D
Black with #2A037D
Text Example
Text Example
White with #2A037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A037D; }
p { color: rgb(42,3,125); }
H1.HeaderClassName
{
color: #2A037D;
}
.AnyTagClassName
{
color: #2A037D;
}
</style>
background-color css
<style>
a { background-color: #2A037D; }
a { background-color: rgb(42,3,125); }
div.DivClassName
{
background-color: #2A037D;
}
.BgClassName
{
background-color: #2A037D;
}
</style>
border-color css
<style>
span { border-color: #2A037D; }
span { border-color: rgb(42,3,125); }
td.TdClassName
{
border-color: #2A037D;
}
.TagClassName
{
border-color: #2A037D;
}
</style>