Shades of Persian Indigo #2A0260
Tints of Persian Indigo #2A0260
RGB
CMYK
RGB Variations
Color information
#2A0260 (or 0x2A0260) is known color: Persian Indigo. HEX triplet: 2A, 02 and 60. RGB value is (42,2,96). Sum of RGB (Red+Green+Blue) = 42+2+96=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 96 (37.89% from 255 or 68.57% from 140); Max value from RGB is 96 - color contains mainly: blue. Hex color #2A0260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0260 is #D5FD9F. Grayscale: #181818. Windows color (decimal): -14024096 or 6292010. OLE color: 6292010.
HSL color Cylindrical-coordinate representation of color #2A0260: hue angle of 265.53º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0260 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 2 | 96 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.62 |
| HSL | 265.53º | 0.96% | 0.19% | - |
| HSV(B) | 265.53º | 0.98% | 0.38% | - |
| XYZ | 3.09 | 1.38 | 11.17 | - |
| YUV | 24.68 | 168.25 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 96 | 0.56 | 0.98 | 0 | 0.62 | 265.53 | 0.96 | 0.19 |
| Hex | 2A | 2 | 60 | 38 | 62 | 0 | 3E | 10A | 60 | 13 |
| Octal | 52 | 2 | 140 | 70 | 142 | 0 | 76 | 412 | 140 | 23 |
| Binary | 101010 | 10 | 1100000 | 111000 | 1100010 | 0 | 111110 | 100001010 | 1100000 | 10011 |
Color Harmonies of #2A0260
Complementary color
Monochromatic Colors of #2A0260
Black with #2A0260
Text Example
Text Example
White with #2A0260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0260; }
p { color: rgb(42,2,96); }
H1.HeaderClassName
{
color: #2A0260;
}
.AnyTagClassName
{
color: #2A0260;
}
</style>
background-color css
<style>
a { background-color: #2A0260; }
a { background-color: rgb(42,2,96); }
div.DivClassName
{
background-color: #2A0260;
}
.BgClassName
{
background-color: #2A0260;
}
</style>
border-color css
<style>
span { border-color: #2A0260; }
span { border-color: rgb(42,2,96); }
td.TdClassName
{
border-color: #2A0260;
}
.TagClassName
{
border-color: #2A0260;
}
</style>