Shades of Persian Indigo #2A0270
Tints of Persian Indigo #2A0270
RGB
CMYK
RGB Variations
Color information
#2A0270 (or 0x2A0270) is known color: Persian Indigo. HEX triplet: 2A, 02 and 70. RGB value is (42,2,112). Sum of RGB (Red+Green+Blue) = 42+2+112=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 112 (44.14% from 255 or 71.79% from 156); Max value from RGB is 112 - color contains mainly: blue. Hex color #2A0270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0270 is #D5FD8F. Grayscale: #1A1A1A. Windows color (decimal): -14024080 or 7340586. OLE color: 7340586.
HSL color Cylindrical-coordinate representation of color #2A0270: hue angle of 261.82º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0270 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 2 | 112 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.56 |
| HSL | 261.82º | 0.96% | 0.22% | - |
| HSV(B) | 261.82º | 0.98% | 0.44% | - |
| XYZ | 3.9 | 1.71 | 15.45 | - |
| YUV | 26.5 | 176.25 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 112 | 0.62 | 0.98 | 0 | 0.56 | 261.82 | 0.96 | 0.22 |
| Hex | 2A | 2 | 70 | 3E | 62 | 0 | 38 | 106 | 60 | 16 |
| Octal | 52 | 2 | 160 | 76 | 142 | 0 | 70 | 406 | 140 | 26 |
| Binary | 101010 | 10 | 1110000 | 111110 | 1100010 | 0 | 111000 | 100000110 | 1100000 | 10110 |
Color Harmonies of #2A0270
Complementary color
Monochromatic Colors of #2A0270
Black with #2A0270
Text Example
Text Example
White with #2A0270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0270; }
p { color: rgb(42,2,112); }
H1.HeaderClassName
{
color: #2A0270;
}
.AnyTagClassName
{
color: #2A0270;
}
</style>
background-color css
<style>
a { background-color: #2A0270; }
a { background-color: rgb(42,2,112); }
div.DivClassName
{
background-color: #2A0270;
}
.BgClassName
{
background-color: #2A0270;
}
</style>
border-color css
<style>
span { border-color: #2A0270; }
span { border-color: rgb(42,2,112); }
td.TdClassName
{
border-color: #2A0270;
}
.TagClassName
{
border-color: #2A0270;
}
</style>