Shades of Persian Indigo #2A0083
Tints of Persian Indigo #2A0083
RGB
CMYK
RGB Variations
Color information
#2A0083 (or 0x2A0083) is known color: Persian Indigo. HEX triplet: 2A, 00 and 83. RGB value is (42,0,131). Sum of RGB (Red+Green+Blue) = 42+0+131=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 131 (51.56% from 255 or 75.72% from 173); Max value from RGB is 131 - color contains mainly: blue. Hex color #2A0083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0083 is #D5FF7C. Grayscale: #1B1B1B. Windows color (decimal): -14024573 or 8585258. OLE color: 8585258.
HSL color Cylindrical-coordinate representation of color #2A0083: hue angle of 259.24º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0083 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 0 | 131 | - |
| CMYK | 0.68 | 1 | 0 | 0.49 |
| HSL | 259.24º | 1% | 0.26% | - |
| HSV(B) | 259.24º | 1% | 0.51% | - |
| XYZ | 5.05 | 2.13 | 21.62 | - |
| YUV | 27.49 | 186.41 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 131 | 0.68 | 1 | 0 | 0.49 | 259.24 | 1 | 0.26 |
| Hex | 2A | 0 | 83 | 44 | 64 | 0 | 31 | 103 | 64 | 1A |
| Octal | 52 | 0 | 203 | 104 | 144 | 0 | 61 | 403 | 144 | 32 |
| Binary | 101010 | 0 | 10000011 | 1000100 | 1100100 | 0 | 110001 | 100000011 | 1100100 | 11010 |
Color Harmonies of #2A0083
Complementary color
Monochromatic Colors of #2A0083
Black with #2A0083
Text Example
Text Example
White with #2A0083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0083; }
p { color: rgb(42,0,131); }
H1.HeaderClassName
{
color: #2A0083;
}
.AnyTagClassName
{
color: #2A0083;
}
</style>
background-color css
<style>
a { background-color: #2A0083; }
a { background-color: rgb(42,0,131); }
div.DivClassName
{
background-color: #2A0083;
}
.BgClassName
{
background-color: #2A0083;
}
</style>
border-color css
<style>
span { border-color: #2A0083; }
span { border-color: rgb(42,0,131); }
td.TdClassName
{
border-color: #2A0083;
}
.TagClassName
{
border-color: #2A0083;
}
</style>