Shades of Persian Indigo #2A005E
Tints of Persian Indigo #2A005E
RGB
CMYK
RGB Variations
Color information
#2A005E (or 0x2A005E) is known color: Persian Indigo. HEX triplet: 2A, 00 and 5E. RGB value is (42,0,94). Sum of RGB (Red+Green+Blue) = 42+0+94=136 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.88% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 94 (37.11% from 255 or 69.12% from 136); Max value from RGB is 94 - color contains mainly: blue. Hex color #2A005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A005E is #D5FFA1. Grayscale: #161616. Windows color (decimal): -14024610 or 6160426. OLE color: 6160426.
HSL color Cylindrical-coordinate representation of color #2A005E: hue angle of 266.81º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A005E is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 42 | 0 | 94 | - |
| CMYK | 0.55 | 1 | 0 | 0.63 |
| HSL | 266.81º | 1% | 0.18% | - |
| HSV(B) | 266.81º | 1% | 0.37% | - |
| XYZ | 2.98 | 1.3 | 10.68 | - |
| YUV | 23.27 | 167.91 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 94 | 0.55 | 1 | 0 | 0.63 | 266.81 | 1 | 0.18 |
| Hex | 2A | 0 | 5E | 37 | 64 | 0 | 3F | 10B | 64 | 12 |
| Octal | 52 | 0 | 136 | 67 | 144 | 0 | 77 | 413 | 144 | 22 |
| Binary | 101010 | 0 | 1011110 | 110111 | 1100100 | 0 | 111111 | 100001011 | 1100100 | 10010 |
Color Harmonies of #2A005E
Complementary color
Monochromatic Colors of #2A005E
Black with #2A005E
Text Example
Text Example
White with #2A005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A005E; }
p { color: rgb(42,0,94); }
H1.HeaderClassName
{
color: #2A005E;
}
.AnyTagClassName
{
color: #2A005E;
}
</style>
background-color css
<style>
a { background-color: #2A005E; }
a { background-color: rgb(42,0,94); }
div.DivClassName
{
background-color: #2A005E;
}
.BgClassName
{
background-color: #2A005E;
}
</style>
border-color css
<style>
span { border-color: #2A005E; }
span { border-color: rgb(42,0,94); }
td.TdClassName
{
border-color: #2A005E;
}
.TagClassName
{
border-color: #2A005E;
}
</style>