Shades of Persian Indigo #2A0069
Tints of Persian Indigo #2A0069
RGB
CMYK
RGB Variations
Color information
#2A0069 (or 0x2A0069) is known color: Persian Indigo. HEX triplet: 2A, 00 and 69. RGB value is (42,0,105). Sum of RGB (Red+Green+Blue) = 42+0+105=147 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.57% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 105 (41.41% from 255 or 71.43% from 147); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A0069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0069 is #D5FF96. Grayscale: #181818. Windows color (decimal): -14024599 or 6881322. OLE color: 6881322.
HSL color Cylindrical-coordinate representation of color #2A0069: hue angle of 264º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0069 is Cyan = 0.6, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 0 | 105 | - |
| CMYK | 0.6 | 1 | 0 | 0.59 |
| HSL | 264º | 1% | 0.21% | - |
| HSV(B) | 264º | 1% | 0.41% | - |
| XYZ | 3.5 | 1.51 | 13.47 | - |
| YUV | 24.53 | 173.41 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 105 | 0.6 | 1 | 0 | 0.59 | 264 | 1 | 0.21 |
| Hex | 2A | 0 | 69 | 3C | 64 | 0 | 3B | 108 | 64 | 15 |
| Octal | 52 | 0 | 151 | 74 | 144 | 0 | 73 | 410 | 144 | 25 |
| Binary | 101010 | 0 | 1101001 | 111100 | 1100100 | 0 | 111011 | 100001000 | 1100100 | 10101 |
Color Harmonies of #2A0069
Complementary color
Monochromatic Colors of #2A0069
Black with #2A0069
Text Example
Text Example
White with #2A0069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0069; }
p { color: rgb(42,0,105); }
H1.HeaderClassName
{
color: #2A0069;
}
.AnyTagClassName
{
color: #2A0069;
}
</style>
background-color css
<style>
a { background-color: #2A0069; }
a { background-color: rgb(42,0,105); }
div.DivClassName
{
background-color: #2A0069;
}
.BgClassName
{
background-color: #2A0069;
}
</style>
border-color css
<style>
span { border-color: #2A0069; }
span { border-color: rgb(42,0,105); }
td.TdClassName
{
border-color: #2A0069;
}
.TagClassName
{
border-color: #2A0069;
}
</style>