Shades of Persian Indigo #2A0168
Tints of Persian Indigo #2A0168
RGB
CMYK
RGB Variations
Color information
#2A0168 (or 0x2A0168) is known color: Persian Indigo. HEX triplet: 2A, 01 and 68. RGB value is (42,1,104). Sum of RGB (Red+Green+Blue) = 42+1+104=147 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.57% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 104 (41.02% from 255 or 70.75% from 147); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A0168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0168 is #D5FE97. Grayscale: #181818. Windows color (decimal): -14024344 or 6816042. OLE color: 6816042.
HSL color Cylindrical-coordinate representation of color #2A0168: hue angle of 263.88º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A0168 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 1 | 104 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.59 |
| HSL | 263.88º | 0.98% | 0.21% | - |
| HSV(B) | 263.88º | 0.99% | 0.41% | - |
| XYZ | 3.46 | 1.51 | 13.21 | - |
| YUV | 25 | 172.58 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 104 | 0.60 | 0.99 | 0 | 0.59 | 263.88 | 0.98 | 0.21 |
| Hex | 2A | 1 | 68 | 3C | 63 | 0 | 3B | 108 | 62 | 15 |
| Octal | 52 | 1 | 150 | 74 | 143 | 0 | 73 | 410 | 142 | 25 |
| Binary | 101010 | 1 | 1101000 | 111100 | 1100011 | 0 | 111011 | 100001000 | 1100010 | 10101 |
Color Harmonies of #2A0168
Complementary color
Monochromatic Colors of #2A0168
Black with #2A0168
Text Example
Text Example
White with #2A0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0168; }
p { color: rgb(42,1,104); }
H1.HeaderClassName
{
color: #2A0168;
}
.AnyTagClassName
{
color: #2A0168;
}
</style>
background-color css
<style>
a { background-color: #2A0168; }
a { background-color: rgb(42,1,104); }
div.DivClassName
{
background-color: #2A0168;
}
.BgClassName
{
background-color: #2A0168;
}
</style>
border-color css
<style>
span { border-color: #2A0168; }
span { border-color: rgb(42,1,104); }
td.TdClassName
{
border-color: #2A0168;
}
.TagClassName
{
border-color: #2A0168;
}
</style>