Shades of Persian Indigo #2A0D78
Tints of Persian Indigo #2A0D78
RGB
CMYK
RGB Variations
Color information
#2A0D78 (or 0x2A0D78) is known color: Persian Indigo. HEX triplet: 2A, 0D and 78. RGB value is (42,13,120). Sum of RGB (Red+Green+Blue) = 42+13+120=175 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #2A0D78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0D78 is #D5F287. Grayscale: #212121. Windows color (decimal): -14021256 or 7867690. OLE color: 7867690.
HSL color Cylindrical-coordinate representation of color #2A0D78: hue angle of 256.26º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A0D78 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 13 | 120 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.53 |
| HSL | 256.26º | 0.8% | 0.26% | - |
| HSV(B) | 256.26º | 0.89% | 0.47% | - |
| XYZ | 4.49 | 2.14 | 17.95 | - |
| YUV | 33.87 | 176.61 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 13 | 120 | 0.65 | 0.89 | 0 | 0.53 | 256.26 | 0.8 | 0.26 |
| Hex | 2A | D | 78 | 41 | 59 | 0 | 35 | 100 | 50 | 1A |
| Octal | 52 | 15 | 170 | 101 | 131 | 0 | 65 | 400 | 120 | 32 |
| Binary | 101010 | 1101 | 1111000 | 1000001 | 1011001 | 0 | 110101 | 100000000 | 1010000 | 11010 |
Color Harmonies of #2A0D78
Complementary color
Monochromatic Colors of #2A0D78
Black with #2A0D78
Text Example
Text Example
White with #2A0D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0D78; }
p { color: rgb(42,13,120); }
H1.HeaderClassName
{
color: #2A0D78;
}
.AnyTagClassName
{
color: #2A0D78;
}
</style>
background-color css
<style>
a { background-color: #2A0D78; }
a { background-color: rgb(42,13,120); }
div.DivClassName
{
background-color: #2A0D78;
}
.BgClassName
{
background-color: #2A0D78;
}
</style>
border-color css
<style>
span { border-color: #2A0D78; }
span { border-color: rgb(42,13,120); }
td.TdClassName
{
border-color: #2A0D78;
}
.TagClassName
{
border-color: #2A0D78;
}
</style>