Shades of Persian Indigo #2A0662
Tints of Persian Indigo #2A0662
RGB
CMYK
RGB Variations
Color information
#2A0662 (or 0x2A0662) is known color: Persian Indigo. HEX triplet: 2A, 06 and 62. RGB value is (42,6,98). Sum of RGB (Red+Green+Blue) = 42+6+98=146 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.77% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 98 (38.67% from 255 or 67.12% from 146); Max value from RGB is 98 - color contains mainly: blue. Hex color #2A0662 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0662 is #D5F99D. Grayscale: #1A1A1A. Windows color (decimal): -14023070 or 6424106. OLE color: 6424106.
HSL color Cylindrical-coordinate representation of color #2A0662: hue angle of 263.48º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0662 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 6 | 98 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.62 |
| HSL | 263.48º | 0.88% | 0.2% | - |
| HSV(B) | 263.48º | 0.94% | 0.38% | - |
| XYZ | 3.22 | 1.5 | 11.68 | - |
| YUV | 27.25 | 167.93 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 98 | 0.57 | 0.94 | 0 | 0.62 | 263.48 | 0.88 | 0.2 |
| Hex | 2A | 6 | 62 | 39 | 5E | 0 | 3E | 107 | 58 | 14 |
| Octal | 52 | 6 | 142 | 71 | 136 | 0 | 76 | 407 | 130 | 24 |
| Binary | 101010 | 110 | 1100010 | 111001 | 1011110 | 0 | 111110 | 100000111 | 1011000 | 10100 |
Color Harmonies of #2A0662
Complementary color
Monochromatic Colors of #2A0662
Black with #2A0662
Text Example
Text Example
White with #2A0662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0662; }
p { color: rgb(42,6,98); }
H1.HeaderClassName
{
color: #2A0662;
}
.AnyTagClassName
{
color: #2A0662;
}
</style>
background-color css
<style>
a { background-color: #2A0662; }
a { background-color: rgb(42,6,98); }
div.DivClassName
{
background-color: #2A0662;
}
.BgClassName
{
background-color: #2A0662;
}
</style>
border-color css
<style>
span { border-color: #2A0662; }
span { border-color: rgb(42,6,98); }
td.TdClassName
{
border-color: #2A0662;
}
.TagClassName
{
border-color: #2A0662;
}
</style>