Shades of Persian Indigo #2A016D
Tints of Persian Indigo #2A016D
RGB
CMYK
RGB Variations
Color information
#2A016D (or 0x2A016D) is known color: Persian Indigo. HEX triplet: 2A, 01 and 6D. RGB value is (42,1,109). Sum of RGB (Red+Green+Blue) = 42+1+109=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 109 (42.97% from 255 or 71.71% from 152); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A016D is #D5FE92. Grayscale: #191919. Windows color (decimal): -14024339 or 7143722. OLE color: 7143722.
HSL color Cylindrical-coordinate representation of color #2A016D: hue angle of 262.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A016D is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 1 | 109 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.57 |
| HSL | 262.78º | 0.98% | 0.22% | - |
| HSV(B) | 262.78º | 0.99% | 0.43% | - |
| XYZ | 3.73 | 1.62 | 14.58 | - |
| YUV | 25.57 | 175.08 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 109 | 0.61 | 0.99 | 0 | 0.57 | 262.78 | 0.98 | 0.22 |
| Hex | 2A | 1 | 6D | 3D | 63 | 0 | 39 | 107 | 62 | 16 |
| Octal | 52 | 1 | 155 | 75 | 143 | 0 | 71 | 407 | 142 | 26 |
| Binary | 101010 | 1 | 1101101 | 111101 | 1100011 | 0 | 111001 | 100000111 | 1100010 | 10110 |
Color Harmonies of #2A016D
Complementary color
Monochromatic Colors of #2A016D
Black with #2A016D
Text Example
Text Example
White with #2A016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A016D; }
p { color: rgb(42,1,109); }
H1.HeaderClassName
{
color: #2A016D;
}
.AnyTagClassName
{
color: #2A016D;
}
</style>
background-color css
<style>
a { background-color: #2A016D; }
a { background-color: rgb(42,1,109); }
div.DivClassName
{
background-color: #2A016D;
}
.BgClassName
{
background-color: #2A016D;
}
</style>
border-color css
<style>
span { border-color: #2A016D; }
span { border-color: rgb(42,1,109); }
td.TdClassName
{
border-color: #2A016D;
}
.TagClassName
{
border-color: #2A016D;
}
</style>