Shades of Persian Indigo #2A0066
Tints of Persian Indigo #2A0066
RGB
CMYK
RGB Variations
Color information
#2A0066 (or 0x2A0066) is known color: Persian Indigo. HEX triplet: 2A, 00 and 66. RGB value is (42,0,102). Sum of RGB (Red+Green+Blue) = 42+0+102=144 (19% of max value = 765). Red value is 42 (16.80% from 255 or 29.17% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #2A0066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0066 is #D5FF99. Grayscale: #171717. Windows color (decimal): -14024602 or 6684714. OLE color: 6684714.
HSL color Cylindrical-coordinate representation of color #2A0066: hue angle of 264.71º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0066 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 42 | 0 | 102 | - |
| CMYK | 0.59 | 1 | 0 | 0.6 |
| HSL | 264.71º | 1% | 0.2% | - |
| HSV(B) | 264.71º | 1% | 0.4% | - |
| XYZ | 3.35 | 1.45 | 12.67 | - |
| YUV | 24.19 | 171.91 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 102 | 0.59 | 1 | 0 | 0.6 | 264.71 | 1 | 0.2 |
| Hex | 2A | 0 | 66 | 3B | 64 | 0 | 3C | 109 | 64 | 14 |
| Octal | 52 | 0 | 146 | 73 | 144 | 0 | 74 | 411 | 144 | 24 |
| Binary | 101010 | 0 | 1100110 | 111011 | 1100100 | 0 | 111100 | 100001001 | 1100100 | 10100 |
Color Harmonies of #2A0066
Complementary color
Monochromatic Colors of #2A0066
Black with #2A0066
Text Example
Text Example
White with #2A0066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0066; }
p { color: rgb(42,0,102); }
H1.HeaderClassName
{
color: #2A0066;
}
.AnyTagClassName
{
color: #2A0066;
}
</style>
background-color css
<style>
a { background-color: #2A0066; }
a { background-color: rgb(42,0,102); }
div.DivClassName
{
background-color: #2A0066;
}
.BgClassName
{
background-color: #2A0066;
}
</style>
border-color css
<style>
span { border-color: #2A0066; }
span { border-color: rgb(42,0,102); }
td.TdClassName
{
border-color: #2A0066;
}
.TagClassName
{
border-color: #2A0066;
}
</style>