Shades of Persian Indigo #2A027E
Tints of Persian Indigo #2A027E
RGB
CMYK
RGB Variations
Color information
#2A027E (or 0x2A027E) is known color: Persian Indigo. HEX triplet: 2A, 02 and 7E. RGB value is (42,2,126). Sum of RGB (Red+Green+Blue) = 42+2+126=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 126 (49.61% from 255 or 74.12% from 170); Max value from RGB is 126 - color contains mainly: blue. Hex color #2A027E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A027E is #D5FD81. Grayscale: #1B1B1B. Windows color (decimal): -14024066 or 8258090. OLE color: 8258090.
HSL color Cylindrical-coordinate representation of color #2A027E: hue angle of 259.35º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A027E is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 2 | 126 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.51 |
| HSL | 259.35º | 0.97% | 0.25% | - |
| HSV(B) | 259.35º | 0.98% | 0.49% | - |
| XYZ | 4.74 | 2.04 | 19.88 | - |
| YUV | 28.1 | 183.25 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 126 | 0.67 | 0.98 | 0 | 0.51 | 259.35 | 0.97 | 0.25 |
| Hex | 2A | 2 | 7E | 43 | 62 | 0 | 33 | 103 | 61 | 19 |
| Octal | 52 | 2 | 176 | 103 | 142 | 0 | 63 | 403 | 141 | 31 |
| Binary | 101010 | 10 | 1111110 | 1000011 | 1100010 | 0 | 110011 | 100000011 | 1100001 | 11001 |
Color Harmonies of #2A027E
Complementary color
Monochromatic Colors of #2A027E
Black with #2A027E
Text Example
Text Example
White with #2A027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A027E; }
p { color: rgb(42,2,126); }
H1.HeaderClassName
{
color: #2A027E;
}
.AnyTagClassName
{
color: #2A027E;
}
</style>
background-color css
<style>
a { background-color: #2A027E; }
a { background-color: rgb(42,2,126); }
div.DivClassName
{
background-color: #2A027E;
}
.BgClassName
{
background-color: #2A027E;
}
</style>
border-color css
<style>
span { border-color: #2A027E; }
span { border-color: rgb(42,2,126); }
td.TdClassName
{
border-color: #2A027E;
}
.TagClassName
{
border-color: #2A027E;
}
</style>