Shades of Persian Indigo #2A0062
Tints of Persian Indigo #2A0062
RGB
CMYK
RGB Variations
Color information
#2A0062 (or 0x2A0062) is known color: Persian Indigo. HEX triplet: 2A, 00 and 62. RGB value is (42,0,98). Sum of RGB (Red+Green+Blue) = 42+0+98=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #2A0062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0062 is #D5FF9D. Grayscale: #171717. Windows color (decimal): -14024606 or 6422570. OLE color: 6422570.
HSL color Cylindrical-coordinate representation of color #2A0062: hue angle of 265.71º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0062 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 0 | 98 | - |
| CMYK | 0.57 | 1 | 0 | 0.62 |
| HSL | 265.71º | 1% | 0.19% | - |
| HSV(B) | 265.71º | 1% | 0.38% | - |
| XYZ | 3.16 | 1.37 | 11.65 | - |
| YUV | 23.73 | 169.91 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 98 | 0.57 | 1 | 0 | 0.62 | 265.71 | 1 | 0.19 |
| Hex | 2A | 0 | 62 | 39 | 64 | 0 | 3E | 10A | 64 | 13 |
| Octal | 52 | 0 | 142 | 71 | 144 | 0 | 76 | 412 | 144 | 23 |
| Binary | 101010 | 0 | 1100010 | 111001 | 1100100 | 0 | 111110 | 100001010 | 1100100 | 10011 |
Color Harmonies of #2A0062
Complementary color
Monochromatic Colors of #2A0062
Black with #2A0062
Text Example
Text Example
White with #2A0062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0062; }
p { color: rgb(42,0,98); }
H1.HeaderClassName
{
color: #2A0062;
}
.AnyTagClassName
{
color: #2A0062;
}
</style>
background-color css
<style>
a { background-color: #2A0062; }
a { background-color: rgb(42,0,98); }
div.DivClassName
{
background-color: #2A0062;
}
.BgClassName
{
background-color: #2A0062;
}
</style>
border-color css
<style>
span { border-color: #2A0062; }
span { border-color: rgb(42,0,98); }
td.TdClassName
{
border-color: #2A0062;
}
.TagClassName
{
border-color: #2A0062;
}
</style>