Shades of Persian Indigo #2A066F
Tints of Persian Indigo #2A066F
RGB
CMYK
RGB Variations
Color information
#2A066F (or 0x2A066F) is known color: Persian Indigo. HEX triplet: 2A, 06 and 6F. RGB value is (42,6,111). Sum of RGB (Red+Green+Blue) = 42+6+111=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 111 (43.75% from 255 or 69.81% from 159); Max value from RGB is 111 - color contains mainly: blue. Hex color #2A066F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A066F is #D5F990. Grayscale: #1C1C1C. Windows color (decimal): -14023057 or 7276074. OLE color: 7276074.
HSL color Cylindrical-coordinate representation of color #2A066F: hue angle of 260.57º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A066F is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 6 | 111 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.56 |
| HSL | 260.57º | 0.9% | 0.23% | - |
| HSV(B) | 260.57º | 0.95% | 0.44% | - |
| XYZ | 3.89 | 1.77 | 15.18 | - |
| YUV | 28.73 | 174.43 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 111 | 0.62 | 0.95 | 0 | 0.56 | 260.57 | 0.9 | 0.23 |
| Hex | 2A | 6 | 6F | 3E | 5F | 0 | 38 | 105 | 5A | 17 |
| Octal | 52 | 6 | 157 | 76 | 137 | 0 | 70 | 405 | 132 | 27 |
| Binary | 101010 | 110 | 1101111 | 111110 | 1011111 | 0 | 111000 | 100000101 | 1011010 | 10111 |
Color Harmonies of #2A066F
Complementary color
Monochromatic Colors of #2A066F
Black with #2A066F
Text Example
Text Example
White with #2A066F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A066F; }
p { color: rgb(42,6,111); }
H1.HeaderClassName
{
color: #2A066F;
}
.AnyTagClassName
{
color: #2A066F;
}
</style>
background-color css
<style>
a { background-color: #2A066F; }
a { background-color: rgb(42,6,111); }
div.DivClassName
{
background-color: #2A066F;
}
.BgClassName
{
background-color: #2A066F;
}
</style>
border-color css
<style>
span { border-color: #2A066F; }
span { border-color: rgb(42,6,111); }
td.TdClassName
{
border-color: #2A066F;
}
.TagClassName
{
border-color: #2A066F;
}
</style>