Shades of Persian Indigo #2A1082
Tints of Persian Indigo #2A1082
RGB
CMYK
RGB Variations
Color information
#2A1082 (or 0x2A1082) is known color: Persian Indigo. HEX triplet: 2A, 10 and 82. RGB value is (42,16,130). Sum of RGB (Red+Green+Blue) = 42+16+130=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 130 (51.17% from 255 or 69.15% from 188); Max value from RGB is 130 - color contains mainly: blue. Hex color #2A1082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1082 is #D5EF7D. Grayscale: #242424. Windows color (decimal): -14020478 or 8523818. OLE color: 8523818.
HSL color Cylindrical-coordinate representation of color #2A1082: hue angle of 253.68º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A1082 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 16 | 130 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.49 |
| HSL | 253.68º | 0.78% | 0.29% | - |
| HSV(B) | 253.68º | 0.88% | 0.51% | - |
| XYZ | 5.17 | 2.47 | 21.32 | - |
| YUV | 36.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 130 | 0.68 | 0.88 | 0 | 0.49 | 253.68 | 0.78 | 0.29 |
| Hex | 2A | 10 | 82 | 44 | 58 | 0 | 31 | FE | 4E | 1D |
| Octal | 52 | 20 | 202 | 104 | 130 | 0 | 61 | 376 | 116 | 35 |
| Binary | 101010 | 10000 | 10000010 | 1000100 | 1011000 | 0 | 110001 | 11111110 | 1001110 | 11101 |
Color Harmonies of #2A1082
Complementary color
Monochromatic Colors of #2A1082
Black with #2A1082
Text Example
Text Example
White with #2A1082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1082; }
p { color: rgb(42,16,130); }
H1.HeaderClassName
{
color: #2A1082;
}
.AnyTagClassName
{
color: #2A1082;
}
</style>
background-color css
<style>
a { background-color: #2A1082; }
a { background-color: rgb(42,16,130); }
div.DivClassName
{
background-color: #2A1082;
}
.BgClassName
{
background-color: #2A1082;
}
</style>
border-color css
<style>
span { border-color: #2A1082; }
span { border-color: rgb(42,16,130); }
td.TdClassName
{
border-color: #2A1082;
}
.TagClassName
{
border-color: #2A1082;
}
</style>