Shades of Persian Indigo #2A018B
Tints of Persian Indigo #2A018B
RGB
CMYK
RGB Variations
Color information
#2A018B (or 0x2A018B) is known color: Persian Indigo. HEX triplet: 2A, 01 and 8B. RGB value is (42,1,139). Sum of RGB (Red+Green+Blue) = 42+1+139=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 139 (54.69% from 255 or 76.37% from 182); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A018B is #D5FE74. Grayscale: #1C1C1C. Windows color (decimal): -14024309 or 9109802. OLE color: 9109802.
HSL color Cylindrical-coordinate representation of color #2A018B: hue angle of 257.83º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A018B is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 1 | 139 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.45 |
| HSL | 257.83º | 0.99% | 0.27% | - |
| HSV(B) | 257.83º | 0.99% | 0.55% | - |
| XYZ | 5.63 | 2.38 | 24.59 | - |
| YUV | 28.99 | 190.08 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 139 | 0.70 | 0.99 | 0 | 0.45 | 257.83 | 0.99 | 0.27 |
| Hex | 2A | 1 | 8B | 46 | 63 | 0 | 2D | 102 | 63 | 1B |
| Octal | 52 | 1 | 213 | 106 | 143 | 0 | 55 | 402 | 143 | 33 |
| Binary | 101010 | 1 | 10001011 | 1000110 | 1100011 | 0 | 101101 | 100000010 | 1100011 | 11011 |
Color Harmonies of #2A018B
Complementary color
Monochromatic Colors of #2A018B
Black with #2A018B
Text Example
Text Example
White with #2A018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A018B; }
p { color: rgb(42,1,139); }
H1.HeaderClassName
{
color: #2A018B;
}
.AnyTagClassName
{
color: #2A018B;
}
</style>
background-color css
<style>
a { background-color: #2A018B; }
a { background-color: rgb(42,1,139); }
div.DivClassName
{
background-color: #2A018B;
}
.BgClassName
{
background-color: #2A018B;
}
</style>
border-color css
<style>
span { border-color: #2A018B; }
span { border-color: rgb(42,1,139); }
td.TdClassName
{
border-color: #2A018B;
}
.TagClassName
{
border-color: #2A018B;
}
</style>