Shades of Persian Indigo #2A006E
Tints of Persian Indigo #2A006E
RGB
CMYK
RGB Variations
Color information
#2A006E (or 0x2A006E) is known color: Persian Indigo. HEX triplet: 2A, 00 and 6E. RGB value is (42,0,110). Sum of RGB (Red+Green+Blue) = 42+0+110=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 110 (43.36% from 255 or 72.37% from 152); Max value from RGB is 110 - color contains mainly: blue. Hex color #2A006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A006E is #D5FF91. Grayscale: #181818. Windows color (decimal): -14024594 or 7209002. OLE color: 7209002.
HSL color Cylindrical-coordinate representation of color #2A006E: hue angle of 262.91º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A006E is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 0 | 110 | - |
| CMYK | 0.62 | 1 | 0 | 0.57 |
| HSL | 262.91º | 1% | 0.22% | - |
| HSV(B) | 262.91º | 1% | 0.43% | - |
| XYZ | 3.77 | 1.62 | 14.87 | - |
| YUV | 25.1 | 175.91 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 110 | 0.62 | 1 | 0 | 0.57 | 262.91 | 1 | 0.22 |
| Hex | 2A | 0 | 6E | 3E | 64 | 0 | 39 | 107 | 64 | 16 |
| Octal | 52 | 0 | 156 | 76 | 144 | 0 | 71 | 407 | 144 | 26 |
| Binary | 101010 | 0 | 1101110 | 111110 | 1100100 | 0 | 111001 | 100000111 | 1100100 | 10110 |
Color Harmonies of #2A006E
Complementary color
Monochromatic Colors of #2A006E
Black with #2A006E
Text Example
Text Example
White with #2A006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A006E; }
p { color: rgb(42,0,110); }
H1.HeaderClassName
{
color: #2A006E;
}
.AnyTagClassName
{
color: #2A006E;
}
</style>
background-color css
<style>
a { background-color: #2A006E; }
a { background-color: rgb(42,0,110); }
div.DivClassName
{
background-color: #2A006E;
}
.BgClassName
{
background-color: #2A006E;
}
</style>
border-color css
<style>
span { border-color: #2A006E; }
span { border-color: rgb(42,0,110); }
td.TdClassName
{
border-color: #2A006E;
}
.TagClassName
{
border-color: #2A006E;
}
</style>