Shades of Persian Indigo #2A038F
Tints of Persian Indigo #2A038F
RGB
CMYK
RGB Variations
Color information
#2A038F (or 0x2A038F) is known color: Persian Indigo. HEX triplet: 2A, 03 and 8F. RGB value is (42,3,143). Sum of RGB (Red+Green+Blue) = 42+3+143=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 143 (56.25% from 255 or 76.06% from 188); Max value from RGB is 143 - color contains mainly: blue. Hex color #2A038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A038F is #D5FC70. Grayscale: #1E1E1E. Windows color (decimal): -14023793 or 9372458. OLE color: 9372458.
HSL color Cylindrical-coordinate representation of color #2A038F: hue angle of 256.71º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A038F is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 3 | 143 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.44 |
| HSL | 256.71º | 0.96% | 0.29% | - |
| HSV(B) | 256.71º | 0.98% | 0.56% | - |
| XYZ | 5.95 | 2.54 | 26.16 | - |
| YUV | 30.62 | 191.42 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 143 | 0.71 | 0.98 | 0 | 0.44 | 256.71 | 0.96 | 0.29 |
| Hex | 2A | 3 | 8F | 47 | 62 | 0 | 2C | 101 | 60 | 1D |
| Octal | 52 | 3 | 217 | 107 | 142 | 0 | 54 | 401 | 140 | 35 |
| Binary | 101010 | 11 | 10001111 | 1000111 | 1100010 | 0 | 101100 | 100000001 | 1100000 | 11101 |
Color Harmonies of #2A038F
Complementary color
Monochromatic Colors of #2A038F
Black with #2A038F
Text Example
Text Example
White with #2A038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A038F; }
p { color: rgb(42,3,143); }
H1.HeaderClassName
{
color: #2A038F;
}
.AnyTagClassName
{
color: #2A038F;
}
</style>
background-color css
<style>
a { background-color: #2A038F; }
a { background-color: rgb(42,3,143); }
div.DivClassName
{
background-color: #2A038F;
}
.BgClassName
{
background-color: #2A038F;
}
</style>
border-color css
<style>
span { border-color: #2A038F; }
span { border-color: rgb(42,3,143); }
td.TdClassName
{
border-color: #2A038F;
}
.TagClassName
{
border-color: #2A038F;
}
</style>