Shades of Persian Indigo #2A038A
Tints of Persian Indigo #2A038A
RGB
CMYK
RGB Variations
Color information
#2A038A (or 0x2A038A) is known color: Persian Indigo. HEX triplet: 2A, 03 and 8A. RGB value is (42,3,138). Sum of RGB (Red+Green+Blue) = 42+3+138=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 138 (54.30% from 255 or 75.41% from 183); Max value from RGB is 138 - color contains mainly: blue. Hex color #2A038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A038A is #D5FC75. Grayscale: #1D1D1D. Windows color (decimal): -14023798 or 9044778. OLE color: 9044778.
HSL color Cylindrical-coordinate representation of color #2A038A: hue angle of 257.33º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A038A is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 3 | 138 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.46 |
| HSL | 257.33º | 0.96% | 0.28% | - |
| HSV(B) | 257.33º | 0.98% | 0.54% | - |
| XYZ | 5.57 | 2.39 | 24.21 | - |
| YUV | 30.05 | 188.92 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 138 | 0.70 | 0.98 | 0 | 0.46 | 257.33 | 0.96 | 0.28 |
| Hex | 2A | 3 | 8A | 46 | 62 | 0 | 2E | 101 | 60 | 1C |
| Octal | 52 | 3 | 212 | 106 | 142 | 0 | 56 | 401 | 140 | 34 |
| Binary | 101010 | 11 | 10001010 | 1000110 | 1100010 | 0 | 101110 | 100000001 | 1100000 | 11100 |
Color Harmonies of #2A038A
Complementary color
Monochromatic Colors of #2A038A
Black with #2A038A
Text Example
Text Example
White with #2A038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A038A; }
p { color: rgb(42,3,138); }
H1.HeaderClassName
{
color: #2A038A;
}
.AnyTagClassName
{
color: #2A038A;
}
</style>
background-color css
<style>
a { background-color: #2A038A; }
a { background-color: rgb(42,3,138); }
div.DivClassName
{
background-color: #2A038A;
}
.BgClassName
{
background-color: #2A038A;
}
</style>
border-color css
<style>
span { border-color: #2A038A; }
span { border-color: rgb(42,3,138); }
td.TdClassName
{
border-color: #2A038A;
}
.TagClassName
{
border-color: #2A038A;
}
</style>