Shades of Persian Indigo #2A0882
Tints of Persian Indigo #2A0882
RGB
CMYK
RGB Variations
Color information
#2A0882 (or 0x2A0882) is known color: Persian Indigo. HEX triplet: 2A, 08 and 82. RGB value is (42,8,130). Sum of RGB (Red+Green+Blue) = 42+8+130=180 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.33% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 130 (51.17% from 255 or 72.22% from 180); Max value from RGB is 130 - color contains mainly: blue. Hex color #2A0882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0882 is #D5F77D. Grayscale: #1F1F1F. Windows color (decimal): -14022526 or 8521770. OLE color: 8521770.
HSL color Cylindrical-coordinate representation of color #2A0882: hue angle of 256.72º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0882 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 8 | 130 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.49 |
| HSL | 256.72º | 0.88% | 0.27% | - |
| HSV(B) | 256.72º | 0.94% | 0.51% | - |
| XYZ | 5.07 | 2.28 | 21.29 | - |
| YUV | 32.07 | 183.26 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 130 | 0.68 | 0.94 | 0 | 0.49 | 256.72 | 0.88 | 0.27 |
| Hex | 2A | 8 | 82 | 44 | 5E | 0 | 31 | 101 | 58 | 1B |
| Octal | 52 | 10 | 202 | 104 | 136 | 0 | 61 | 401 | 130 | 33 |
| Binary | 101010 | 1000 | 10000010 | 1000100 | 1011110 | 0 | 110001 | 100000001 | 1011000 | 11011 |
Color Harmonies of #2A0882
Complementary color
Monochromatic Colors of #2A0882
Black with #2A0882
Text Example
Text Example
White with #2A0882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0882; }
p { color: rgb(42,8,130); }
H1.HeaderClassName
{
color: #2A0882;
}
.AnyTagClassName
{
color: #2A0882;
}
</style>
background-color css
<style>
a { background-color: #2A0882; }
a { background-color: rgb(42,8,130); }
div.DivClassName
{
background-color: #2A0882;
}
.BgClassName
{
background-color: #2A0882;
}
</style>
border-color css
<style>
span { border-color: #2A0882; }
span { border-color: rgb(42,8,130); }
td.TdClassName
{
border-color: #2A0882;
}
.TagClassName
{
border-color: #2A0882;
}
</style>