Shades of Persian Indigo #2A0992
Tints of Persian Indigo #2A0992
RGB
CMYK
RGB Variations
Color information
#2A0992 (or 0x2A0992) is known color: Persian Indigo. HEX triplet: 2A, 09 and 92. RGB value is (42,9,146). Sum of RGB (Red+Green+Blue) = 42+9+146=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 146 (57.42% from 255 or 74.11% from 197); Max value from RGB is 146 - color contains mainly: blue. Hex color #2A0992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0992 is #D5F66D. Grayscale: #212121. Windows color (decimal): -14022254 or 9570602. OLE color: 9570602.
HSL color Cylindrical-coordinate representation of color #2A0992: hue angle of 254.45º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0992 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 9 | 146 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.43 |
| HSL | 254.45º | 0.88% | 0.3% | - |
| HSV(B) | 254.45º | 0.94% | 0.57% | - |
| XYZ | 6.24 | 2.76 | 27.4 | - |
| YUV | 34.49 | 190.93 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 146 | 0.71 | 0.94 | 0 | 0.43 | 254.45 | 0.88 | 0.3 |
| Hex | 2A | 9 | 92 | 47 | 5E | 0 | 2B | FE | 58 | 1E |
| Octal | 52 | 11 | 222 | 107 | 136 | 0 | 53 | 376 | 130 | 36 |
| Binary | 101010 | 1001 | 10010010 | 1000111 | 1011110 | 0 | 101011 | 11111110 | 1011000 | 11110 |
Color Harmonies of #2A0992
Complementary color
Monochromatic Colors of #2A0992
Black with #2A0992
Text Example
Text Example
White with #2A0992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0992; }
p { color: rgb(42,9,146); }
H1.HeaderClassName
{
color: #2A0992;
}
.AnyTagClassName
{
color: #2A0992;
}
</style>
background-color css
<style>
a { background-color: #2A0992; }
a { background-color: rgb(42,9,146); }
div.DivClassName
{
background-color: #2A0992;
}
.BgClassName
{
background-color: #2A0992;
}
</style>
border-color css
<style>
span { border-color: #2A0992; }
span { border-color: rgb(42,9,146); }
td.TdClassName
{
border-color: #2A0992;
}
.TagClassName
{
border-color: #2A0992;
}
</style>