Shades of Persian Indigo #2A066D
Tints of Persian Indigo #2A066D
RGB
CMYK
RGB Variations
Color information
#2A066D (or 0x2A066D) is known color: Persian Indigo. HEX triplet: 2A, 06 and 6D. RGB value is (42,6,109). Sum of RGB (Red+Green+Blue) = 42+6+109=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 109 (42.97% from 255 or 69.43% from 157); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A066D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A066D is #D5F992. Grayscale: #1C1C1C. Windows color (decimal): -14023059 or 7145002. OLE color: 7145002.
HSL color Cylindrical-coordinate representation of color #2A066D: hue angle of 260.97º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A066D is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 6 | 109 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.57 |
| HSL | 260.97º | 0.9% | 0.23% | - |
| HSV(B) | 260.97º | 0.94% | 0.43% | - |
| XYZ | 3.78 | 1.73 | 14.6 | - |
| YUV | 28.51 | 173.43 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 109 | 0.61 | 0.94 | 0 | 0.57 | 260.97 | 0.9 | 0.23 |
| Hex | 2A | 6 | 6D | 3D | 5E | 0 | 39 | 105 | 5A | 17 |
| Octal | 52 | 6 | 155 | 75 | 136 | 0 | 71 | 405 | 132 | 27 |
| Binary | 101010 | 110 | 1101101 | 111101 | 1011110 | 0 | 111001 | 100000101 | 1011010 | 10111 |
Color Harmonies of #2A066D
Complementary color
Monochromatic Colors of #2A066D
Black with #2A066D
Text Example
Text Example
White with #2A066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A066D; }
p { color: rgb(42,6,109); }
H1.HeaderClassName
{
color: #2A066D;
}
.AnyTagClassName
{
color: #2A066D;
}
</style>
background-color css
<style>
a { background-color: #2A066D; }
a { background-color: rgb(42,6,109); }
div.DivClassName
{
background-color: #2A066D;
}
.BgClassName
{
background-color: #2A066D;
}
</style>
border-color css
<style>
span { border-color: #2A066D; }
span { border-color: rgb(42,6,109); }
td.TdClassName
{
border-color: #2A066D;
}
.TagClassName
{
border-color: #2A066D;
}
</style>