Shades of Persian Indigo #2A027F
Tints of Persian Indigo #2A027F
RGB
CMYK
RGB Variations
Color information
#2A027F (or 0x2A027F) is known color: Persian Indigo. HEX triplet: 2A, 02 and 7F. RGB value is (42,2,127). Sum of RGB (Red+Green+Blue) = 42+2+127=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 127 (50% from 255 or 74.27% from 171); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A027F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A027F is #D5FD80. Grayscale: #1B1B1B. Windows color (decimal): -14024065 or 8323626. OLE color: 8323626.
HSL color Cylindrical-coordinate representation of color #2A027F: hue angle of 259.2º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A027F is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 2 | 127 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.50 |
| HSL | 259.2º | 0.97% | 0.25% | - |
| HSV(B) | 259.2º | 0.98% | 0.5% | - |
| XYZ | 4.81 | 2.07 | 20.22 | - |
| YUV | 28.21 | 183.75 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 127 | 0.67 | 0.98 | 0 | 0.50 | 259.2 | 0.97 | 0.25 |
| Hex | 2A | 2 | 7F | 43 | 62 | 0 | 32 | 103 | 61 | 19 |
| Octal | 52 | 2 | 177 | 103 | 142 | 0 | 62 | 403 | 141 | 31 |
| Binary | 101010 | 10 | 1111111 | 1000011 | 1100010 | 0 | 110010 | 100000011 | 1100001 | 11001 |
Color Harmonies of #2A027F
Complementary color
Monochromatic Colors of #2A027F
Black with #2A027F
Text Example
Text Example
White with #2A027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A027F; }
p { color: rgb(42,2,127); }
H1.HeaderClassName
{
color: #2A027F;
}
.AnyTagClassName
{
color: #2A027F;
}
</style>
background-color css
<style>
a { background-color: #2A027F; }
a { background-color: rgb(42,2,127); }
div.DivClassName
{
background-color: #2A027F;
}
.BgClassName
{
background-color: #2A027F;
}
</style>
border-color css
<style>
span { border-color: #2A027F; }
span { border-color: rgb(42,2,127); }
td.TdClassName
{
border-color: #2A027F;
}
.TagClassName
{
border-color: #2A027F;
}
</style>