Shades of Persian Indigo #2A0166
Tints of Persian Indigo #2A0166
RGB
CMYK
RGB Variations
Color information
#2A0166 (or 0x2A0166) is known color: Persian Indigo. HEX triplet: 2A, 01 and 66. RGB value is (42,1,102). Sum of RGB (Red+Green+Blue) = 42+1+102=145 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.97% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 102 (40.23% from 255 or 70.34% from 145); Max value from RGB is 102 - color contains mainly: blue. Hex color #2A0166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0166 is #D5FE99. Grayscale: #181818. Windows color (decimal): -14024346 or 6684970. OLE color: 6684970.
HSL color Cylindrical-coordinate representation of color #2A0166: hue angle of 264.36º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A0166 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 42 | 1 | 102 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.6 |
| HSL | 264.36º | 0.98% | 0.2% | - |
| HSV(B) | 264.36º | 0.99% | 0.4% | - |
| XYZ | 3.36 | 1.47 | 12.68 | - |
| YUV | 24.77 | 171.58 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 102 | 0.59 | 0.99 | 0 | 0.6 | 264.36 | 0.98 | 0.2 |
| Hex | 2A | 1 | 66 | 3B | 63 | 0 | 3C | 108 | 62 | 14 |
| Octal | 52 | 1 | 146 | 73 | 143 | 0 | 74 | 410 | 142 | 24 |
| Binary | 101010 | 1 | 1100110 | 111011 | 1100011 | 0 | 111100 | 100001000 | 1100010 | 10100 |
Color Harmonies of #2A0166
Complementary color
Monochromatic Colors of #2A0166
Black with #2A0166
Text Example
Text Example
White with #2A0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0166; }
p { color: rgb(42,1,102); }
H1.HeaderClassName
{
color: #2A0166;
}
.AnyTagClassName
{
color: #2A0166;
}
</style>
background-color css
<style>
a { background-color: #2A0166; }
a { background-color: rgb(42,1,102); }
div.DivClassName
{
background-color: #2A0166;
}
.BgClassName
{
background-color: #2A0166;
}
</style>
border-color css
<style>
span { border-color: #2A0166; }
span { border-color: rgb(42,1,102); }
td.TdClassName
{
border-color: #2A0166;
}
.TagClassName
{
border-color: #2A0166;
}
</style>