Shades of Persian Indigo #2A008D
Tints of Persian Indigo #2A008D
RGB
CMYK
RGB Variations
Color information
#2A008D (or 0x2A008D) is known color: Persian Indigo. HEX triplet: 2A, 00 and 8D. RGB value is (42,0,141). Sum of RGB (Red+Green+Blue) = 42+0+141=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 141 (55.47% from 255 or 77.05% from 183); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A008D is #D5FF72. Grayscale: #1C1C1C. Windows color (decimal): -14024563 or 9240618. OLE color: 9240618.
HSL color Cylindrical-coordinate representation of color #2A008D: hue angle of 257.87º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A008D is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 0 | 141 | - |
| CMYK | 0.70 | 1 | 0 | 0.45 |
| HSL | 257.87º | 1% | 0.28% | - |
| HSV(B) | 257.87º | 1% | 0.55% | - |
| XYZ | 5.76 | 2.42 | 25.36 | - |
| YUV | 28.63 | 191.41 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 141 | 0.70 | 1 | 0 | 0.45 | 257.87 | 1 | 0.28 |
| Hex | 2A | 0 | 8D | 46 | 64 | 0 | 2D | 102 | 64 | 1C |
| Octal | 52 | 0 | 215 | 106 | 144 | 0 | 55 | 402 | 144 | 34 |
| Binary | 101010 | 0 | 10001101 | 1000110 | 1100100 | 0 | 101101 | 100000010 | 1100100 | 11100 |
Color Harmonies of #2A008D
Complementary color
Monochromatic Colors of #2A008D
Black with #2A008D
Text Example
Text Example
White with #2A008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A008D; }
p { color: rgb(42,0,141); }
H1.HeaderClassName
{
color: #2A008D;
}
.AnyTagClassName
{
color: #2A008D;
}
</style>
background-color css
<style>
a { background-color: #2A008D; }
a { background-color: rgb(42,0,141); }
div.DivClassName
{
background-color: #2A008D;
}
.BgClassName
{
background-color: #2A008D;
}
</style>
border-color css
<style>
span { border-color: #2A008D; }
span { border-color: rgb(42,0,141); }
td.TdClassName
{
border-color: #2A008D;
}
.TagClassName
{
border-color: #2A008D;
}
</style>