Shades of Persian Indigo #2A017D
Tints of Persian Indigo #2A017D
RGB
CMYK
RGB Variations
Color information
#2A017D (or 0x2A017D) is known color: Persian Indigo. HEX triplet: 2A, 01 and 7D. RGB value is (42,1,125). Sum of RGB (Red+Green+Blue) = 42+1+125=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 125 (49.22% from 255 or 74.40% from 168); Max value from RGB is 125 - color contains mainly: blue. Hex color #2A017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A017D is #D5FE82. Grayscale: #1A1A1A. Windows color (decimal): -14024323 or 8192298. OLE color: 8192298.
HSL color Cylindrical-coordinate representation of color #2A017D: hue angle of 259.84º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A017D is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 1 | 125 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.51 |
| HSL | 259.84º | 0.98% | 0.25% | - |
| HSV(B) | 259.84º | 0.99% | 0.49% | - |
| XYZ | 4.67 | 1.99 | 19.54 | - |
| YUV | 27.4 | 183.08 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 125 | 0.66 | 0.99 | 0 | 0.51 | 259.84 | 0.98 | 0.25 |
| Hex | 2A | 1 | 7D | 42 | 63 | 0 | 33 | 104 | 62 | 19 |
| Octal | 52 | 1 | 175 | 102 | 143 | 0 | 63 | 404 | 142 | 31 |
| Binary | 101010 | 1 | 1111101 | 1000010 | 1100011 | 0 | 110011 | 100000100 | 1100010 | 11001 |
Color Harmonies of #2A017D
Complementary color
Monochromatic Colors of #2A017D
Black with #2A017D
Text Example
Text Example
White with #2A017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A017D; }
p { color: rgb(42,1,125); }
H1.HeaderClassName
{
color: #2A017D;
}
.AnyTagClassName
{
color: #2A017D;
}
</style>
background-color css
<style>
a { background-color: #2A017D; }
a { background-color: rgb(42,1,125); }
div.DivClassName
{
background-color: #2A017D;
}
.BgClassName
{
background-color: #2A017D;
}
</style>
border-color css
<style>
span { border-color: #2A017D; }
span { border-color: rgb(42,1,125); }
td.TdClassName
{
border-color: #2A017D;
}
.TagClassName
{
border-color: #2A017D;
}
</style>