Shades of Persian Indigo #2A038D
Tints of Persian Indigo #2A038D
RGB
CMYK
RGB Variations
Color information
#2A038D (or 0x2A038D) is known color: Persian Indigo. HEX triplet: 2A, 03 and 8D. RGB value is (42,3,141). Sum of RGB (Red+Green+Blue) = 42+3+141=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 141 (55.47% from 255 or 75.81% from 186); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A038D is #D5FC72. Grayscale: #1D1D1D. Windows color (decimal): -14023795 or 9241386. OLE color: 9241386.
HSL color Cylindrical-coordinate representation of color #2A038D: hue angle of 256.96º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A038D is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 3 | 141 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.45 |
| HSL | 256.96º | 0.96% | 0.28% | - |
| HSV(B) | 256.96º | 0.98% | 0.55% | - |
| XYZ | 5.8 | 2.48 | 25.37 | - |
| YUV | 30.39 | 190.42 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 141 | 0.70 | 0.98 | 0 | 0.45 | 256.96 | 0.96 | 0.28 |
| Hex | 2A | 3 | 8D | 46 | 62 | 0 | 2D | 101 | 60 | 1C |
| Octal | 52 | 3 | 215 | 106 | 142 | 0 | 55 | 401 | 140 | 34 |
| Binary | 101010 | 11 | 10001101 | 1000110 | 1100010 | 0 | 101101 | 100000001 | 1100000 | 11100 |
Color Harmonies of #2A038D
Complementary color
Monochromatic Colors of #2A038D
Black with #2A038D
Text Example
Text Example
White with #2A038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A038D; }
p { color: rgb(42,3,141); }
H1.HeaderClassName
{
color: #2A038D;
}
.AnyTagClassName
{
color: #2A038D;
}
</style>
background-color css
<style>
a { background-color: #2A038D; }
a { background-color: rgb(42,3,141); }
div.DivClassName
{
background-color: #2A038D;
}
.BgClassName
{
background-color: #2A038D;
}
</style>
border-color css
<style>
span { border-color: #2A038D; }
span { border-color: rgb(42,3,141); }
td.TdClassName
{
border-color: #2A038D;
}
.TagClassName
{
border-color: #2A038D;
}
</style>