Shades of Persian Indigo #2A0A69
Tints of Persian Indigo #2A0A69
RGB
CMYK
RGB Variations
Color information
#2A0A69 (or 0x2A0A69) is known color: Persian Indigo. HEX triplet: 2A, 0A and 69. RGB value is (42,10,105). Sum of RGB (Red+Green+Blue) = 42+10+105=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A0A69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0A69 is #D5F596. Grayscale: #1E1E1E. Windows color (decimal): -14022039 or 6883882. OLE color: 6883882.
HSL color Cylindrical-coordinate representation of color #2A0A69: hue angle of 260.21º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A0A69 is Cyan = 0.6, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 10 | 105 | - |
| CMYK | 0.6 | 0.90 | 0 | 0.59 |
| HSL | 260.21º | 0.83% | 0.23% | - |
| HSV(B) | 260.21º | 0.9% | 0.41% | - |
| XYZ | 3.61 | 1.73 | 13.51 | - |
| YUV | 30.4 | 170.1 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 10 | 105 | 0.6 | 0.90 | 0 | 0.59 | 260.21 | 0.83 | 0.23 |
| Hex | 2A | A | 69 | 3C | 5A | 0 | 3B | 104 | 53 | 17 |
| Octal | 52 | 12 | 151 | 74 | 132 | 0 | 73 | 404 | 123 | 27 |
| Binary | 101010 | 1010 | 1101001 | 111100 | 1011010 | 0 | 111011 | 100000100 | 1010011 | 10111 |
Color Harmonies of #2A0A69
Complementary color
Monochromatic Colors of #2A0A69
Black with #2A0A69
Text Example
Text Example
White with #2A0A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0A69; }
p { color: rgb(42,10,105); }
H1.HeaderClassName
{
color: #2A0A69;
}
.AnyTagClassName
{
color: #2A0A69;
}
</style>
background-color css
<style>
a { background-color: #2A0A69; }
a { background-color: rgb(42,10,105); }
div.DivClassName
{
background-color: #2A0A69;
}
.BgClassName
{
background-color: #2A0A69;
}
</style>
border-color css
<style>
span { border-color: #2A0A69; }
span { border-color: rgb(42,10,105); }
td.TdClassName
{
border-color: #2A0A69;
}
.TagClassName
{
border-color: #2A0A69;
}
</style>