Shades of Persian Indigo #2A028F
Tints of Persian Indigo #2A028F
RGB
CMYK
RGB Variations
Color information
#2A028F (or 0x2A028F) is known color: Persian Indigo. HEX triplet: 2A, 02 and 8F. RGB value is (42,2,143). Sum of RGB (Red+Green+Blue) = 42+2+143=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 143 (56.25% from 255 or 76.47% from 187); Max value from RGB is 143 - color contains mainly: blue. Hex color #2A028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A028F is #D5FD70. Grayscale: #1D1D1D. Windows color (decimal): -14024049 or 9372202. OLE color: 9372202.
HSL color Cylindrical-coordinate representation of color #2A028F: hue angle of 257.02º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A028F is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 2 | 143 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.44 |
| HSL | 257.02º | 0.97% | 0.28% | - |
| HSV(B) | 257.02º | 0.99% | 0.56% | - |
| XYZ | 5.93 | 2.52 | 26.16 | - |
| YUV | 30.03 | 191.75 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 143 | 0.71 | 0.99 | 0 | 0.44 | 257.02 | 0.97 | 0.28 |
| Hex | 2A | 2 | 8F | 47 | 63 | 0 | 2C | 101 | 61 | 1C |
| Octal | 52 | 2 | 217 | 107 | 143 | 0 | 54 | 401 | 141 | 34 |
| Binary | 101010 | 10 | 10001111 | 1000111 | 1100011 | 0 | 101100 | 100000001 | 1100001 | 11100 |
Color Harmonies of #2A028F
Complementary color
Monochromatic Colors of #2A028F
Black with #2A028F
Text Example
Text Example
White with #2A028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A028F; }
p { color: rgb(42,2,143); }
H1.HeaderClassName
{
color: #2A028F;
}
.AnyTagClassName
{
color: #2A028F;
}
</style>
background-color css
<style>
a { background-color: #2A028F; }
a { background-color: rgb(42,2,143); }
div.DivClassName
{
background-color: #2A028F;
}
.BgClassName
{
background-color: #2A028F;
}
</style>
border-color css
<style>
span { border-color: #2A028F; }
span { border-color: rgb(42,2,143); }
td.TdClassName
{
border-color: #2A028F;
}
.TagClassName
{
border-color: #2A028F;
}
</style>