Shades of Persian Indigo #2A0D64
Tints of Persian Indigo #2A0D64
RGB
CMYK
RGB Variations
Color information
#2A0D64 (or 0x2A0D64) is known color: Persian Indigo. HEX triplet: 2A, 0D and 64. RGB value is (42,13,100). Sum of RGB (Red+Green+Blue) = 42+13+100=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 100 (39.45% from 255 or 64.52% from 155); Max value from RGB is 100 - color contains mainly: blue. Hex color #2A0D64 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0D64 is #D5F29B. Grayscale: #1F1F1F. Windows color (decimal): -14021276 or 6556970. OLE color: 6556970.
HSL color Cylindrical-coordinate representation of color #2A0D64: hue angle of 260º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A0D64 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 13 | 100 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.61 |
| HSL | 260º | 0.77% | 0.22% | - |
| HSV(B) | 260º | 0.87% | 0.39% | - |
| XYZ | 3.4 | 1.7 | 12.21 | - |
| YUV | 31.59 | 166.61 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 13 | 100 | 0.58 | 0.87 | 0 | 0.61 | 260 | 0.77 | 0.22 |
| Hex | 2A | D | 64 | 3A | 57 | 0 | 3D | 104 | 4D | 16 |
| Octal | 52 | 15 | 144 | 72 | 127 | 0 | 75 | 404 | 115 | 26 |
| Binary | 101010 | 1101 | 1100100 | 111010 | 1010111 | 0 | 111101 | 100000100 | 1001101 | 10110 |
Color Harmonies of #2A0D64
Complementary color
Monochromatic Colors of #2A0D64
Black with #2A0D64
Text Example
Text Example
White with #2A0D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0D64; }
p { color: rgb(42,13,100); }
H1.HeaderClassName
{
color: #2A0D64;
}
.AnyTagClassName
{
color: #2A0D64;
}
</style>
background-color css
<style>
a { background-color: #2A0D64; }
a { background-color: rgb(42,13,100); }
div.DivClassName
{
background-color: #2A0D64;
}
.BgClassName
{
background-color: #2A0D64;
}
</style>
border-color css
<style>
span { border-color: #2A0D64; }
span { border-color: rgb(42,13,100); }
td.TdClassName
{
border-color: #2A0D64;
}
.TagClassName
{
border-color: #2A0D64;
}
</style>