Shades of Persian Indigo #2A008B
Tints of Persian Indigo #2A008B
RGB
CMYK
RGB Variations
Color information
#2A008B (or 0x2A008B) is known color: Persian Indigo. HEX triplet: 2A, 00 and 8B. RGB value is (42,0,139). Sum of RGB (Red+Green+Blue) = 42+0+139=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 139 (54.69% from 255 or 76.80% from 181); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A008B is #D5FF74. Grayscale: #1B1B1B. Windows color (decimal): -14024565 or 9109546. OLE color: 9109546.
HSL color Cylindrical-coordinate representation of color #2A008B: hue angle of 258.13º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A008B is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 0 | 139 | - |
| CMYK | 0.70 | 1 | 0 | 0.45 |
| HSL | 258.13º | 1% | 0.27% | - |
| HSV(B) | 258.13º | 1% | 0.55% | - |
| XYZ | 5.62 | 2.36 | 24.58 | - |
| YUV | 28.4 | 190.41 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 139 | 0.70 | 1 | 0 | 0.45 | 258.13 | 1 | 0.27 |
| Hex | 2A | 0 | 8B | 46 | 64 | 0 | 2D | 102 | 64 | 1B |
| Octal | 52 | 0 | 213 | 106 | 144 | 0 | 55 | 402 | 144 | 33 |
| Binary | 101010 | 0 | 10001011 | 1000110 | 1100100 | 0 | 101101 | 100000010 | 1100100 | 11011 |
Color Harmonies of #2A008B
Complementary color
Monochromatic Colors of #2A008B
Black with #2A008B
Text Example
Text Example
White with #2A008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A008B; }
p { color: rgb(42,0,139); }
H1.HeaderClassName
{
color: #2A008B;
}
.AnyTagClassName
{
color: #2A008B;
}
</style>
background-color css
<style>
a { background-color: #2A008B; }
a { background-color: rgb(42,0,139); }
div.DivClassName
{
background-color: #2A008B;
}
.BgClassName
{
background-color: #2A008B;
}
</style>
border-color css
<style>
span { border-color: #2A008B; }
span { border-color: rgb(42,0,139); }
td.TdClassName
{
border-color: #2A008B;
}
.TagClassName
{
border-color: #2A008B;
}
</style>