Shades of Persian Indigo #2A028D
Tints of Persian Indigo #2A028D
RGB
CMYK
RGB Variations
Color information
#2A028D (or 0x2A028D) is known color: Persian Indigo. HEX triplet: 2A, 02 and 8D. RGB value is (42,2,141). Sum of RGB (Red+Green+Blue) = 42+2+141=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 141 (55.47% from 255 or 76.22% from 185); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A028D is #D5FD72. Grayscale: #1D1D1D. Windows color (decimal): -14024051 or 9241130. OLE color: 9241130.
HSL color Cylindrical-coordinate representation of color #2A028D: hue angle of 257.27º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A028D is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 2 | 141 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.45 |
| HSL | 257.27º | 0.97% | 0.28% | - |
| HSV(B) | 257.27º | 0.99% | 0.55% | - |
| XYZ | 5.78 | 2.46 | 25.37 | - |
| YUV | 29.81 | 190.75 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 141 | 0.70 | 0.99 | 0 | 0.45 | 257.27 | 0.97 | 0.28 |
| Hex | 2A | 2 | 8D | 46 | 63 | 0 | 2D | 101 | 61 | 1C |
| Octal | 52 | 2 | 215 | 106 | 143 | 0 | 55 | 401 | 141 | 34 |
| Binary | 101010 | 10 | 10001101 | 1000110 | 1100011 | 0 | 101101 | 100000001 | 1100001 | 11100 |
Color Harmonies of #2A028D
Complementary color
Monochromatic Colors of #2A028D
Black with #2A028D
Text Example
Text Example
White with #2A028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A028D; }
p { color: rgb(42,2,141); }
H1.HeaderClassName
{
color: #2A028D;
}
.AnyTagClassName
{
color: #2A028D;
}
</style>
background-color css
<style>
a { background-color: #2A028D; }
a { background-color: rgb(42,2,141); }
div.DivClassName
{
background-color: #2A028D;
}
.BgClassName
{
background-color: #2A028D;
}
</style>
border-color css
<style>
span { border-color: #2A028D; }
span { border-color: rgb(42,2,141); }
td.TdClassName
{
border-color: #2A028D;
}
.TagClassName
{
border-color: #2A028D;
}
</style>