Shades of Persian Indigo #2A0360
Tints of Persian Indigo #2A0360
RGB
CMYK
RGB Variations
Color information
#2A0360 (or 0x2A0360) is known color: Persian Indigo. HEX triplet: 2A, 03 and 60. RGB value is (42,3,96). Sum of RGB (Red+Green+Blue) = 42+3+96=141 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.79% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #2A0360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0360 is #D5FC9F. Grayscale: #181818. Windows color (decimal): -14023840 or 6292266. OLE color: 6292266.
HSL color Cylindrical-coordinate representation of color #2A0360: hue angle of 265.16º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A0360 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 3 | 96 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.62 |
| HSL | 265.16º | 0.94% | 0.19% | - |
| HSV(B) | 265.16º | 0.97% | 0.38% | - |
| XYZ | 3.1 | 1.4 | 11.17 | - |
| YUV | 25.26 | 167.92 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 96 | 0.56 | 0.97 | 0 | 0.62 | 265.16 | 0.94 | 0.19 |
| Hex | 2A | 3 | 60 | 38 | 61 | 0 | 3E | 109 | 5E | 13 |
| Octal | 52 | 3 | 140 | 70 | 141 | 0 | 76 | 411 | 136 | 23 |
| Binary | 101010 | 11 | 1100000 | 111000 | 1100001 | 0 | 111110 | 100001001 | 1011110 | 10011 |
Color Harmonies of #2A0360
Complementary color
Monochromatic Colors of #2A0360
Black with #2A0360
Text Example
Text Example
White with #2A0360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0360; }
p { color: rgb(42,3,96); }
H1.HeaderClassName
{
color: #2A0360;
}
.AnyTagClassName
{
color: #2A0360;
}
</style>
background-color css
<style>
a { background-color: #2A0360; }
a { background-color: rgb(42,3,96); }
div.DivClassName
{
background-color: #2A0360;
}
.BgClassName
{
background-color: #2A0360;
}
</style>
border-color css
<style>
span { border-color: #2A0360; }
span { border-color: rgb(42,3,96); }
td.TdClassName
{
border-color: #2A0360;
}
.TagClassName
{
border-color: #2A0360;
}
</style>