Shades of Persian Indigo #1E035E
Tints of Persian Indigo #1E035E
RGB
CMYK
RGB Variations
Color information
#1E035E (or 0x1E035E) is known color: Persian Indigo. HEX triplet: 1E, 03 and 5E. RGB value is (30,3,94). Sum of RGB (Red+Green+Blue) = 30+3+94=127 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.62% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 94 (37.11% from 255 or 74.02% from 127); Max value from RGB is 94 - color contains mainly: blue. Hex color #1E035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E035E is #E1FCA1. Grayscale: #151515. Windows color (decimal): -14810274 or 6161182. OLE color: 6161182.
HSL color Cylindrical-coordinate representation of color #1E035E: hue angle of 257.8º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E035E is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 30 | 3 | 94 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.63 |
| HSL | 257.8º | 0.94% | 0.19% | - |
| HSV(B) | 257.8º | 0.97% | 0.37% | - |
| XYZ | 2.59 | 1.15 | 10.68 | - |
| YUV | 21.45 | 168.95 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 94 | 0.68 | 0.97 | 0 | 0.63 | 257.8 | 0.94 | 0.19 |
| Hex | 1E | 3 | 5E | 44 | 61 | 0 | 3F | 102 | 5E | 13 |
| Octal | 36 | 3 | 136 | 104 | 141 | 0 | 77 | 402 | 136 | 23 |
| Binary | 11110 | 11 | 1011110 | 1000100 | 1100001 | 0 | 111111 | 100000010 | 1011110 | 10011 |
Color Harmonies of #1E035E
Complementary color
Monochromatic Colors of #1E035E
Black with #1E035E
Text Example
Text Example
White with #1E035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E035E; }
p { color: rgb(30,3,94); }
H1.HeaderClassName
{
color: #1E035E;
}
.AnyTagClassName
{
color: #1E035E;
}
</style>
background-color css
<style>
a { background-color: #1E035E; }
a { background-color: rgb(30,3,94); }
div.DivClassName
{
background-color: #1E035E;
}
.BgClassName
{
background-color: #1E035E;
}
</style>
border-color css
<style>
span { border-color: #1E035E; }
span { border-color: rgb(30,3,94); }
td.TdClassName
{
border-color: #1E035E;
}
.TagClassName
{
border-color: #1E035E;
}
</style>