Shades of Persian Indigo #1E035F
Tints of Persian Indigo #1E035F
RGB
CMYK
RGB Variations
Color information
#1E035F (or 0x1E035F) is known color: Persian Indigo. HEX triplet: 1E, 03 and 5F. RGB value is (30,3,95). Sum of RGB (Red+Green+Blue) = 30+3+95=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 95 (37.5% from 255 or 74.22% from 128); Max value from RGB is 95 - color contains mainly: blue. Hex color #1E035F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E035F is #E1FCA0. Grayscale: #151515. Windows color (decimal): -14810273 or 6226718. OLE color: 6226718.
HSL color Cylindrical-coordinate representation of color #1E035F: hue angle of 257.61º 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 #1E035F is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 30 | 3 | 95 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.63 |
| HSL | 257.61º | 0.94% | 0.19% | - |
| HSV(B) | 257.61º | 0.97% | 0.37% | - |
| XYZ | 2.63 | 1.17 | 10.91 | - |
| YUV | 21.56 | 169.45 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 95 | 0.68 | 0.97 | 0 | 0.63 | 257.61 | 0.94 | 0.19 |
| Hex | 1E | 3 | 5F | 44 | 61 | 0 | 3F | 102 | 5E | 13 |
| Octal | 36 | 3 | 137 | 104 | 141 | 0 | 77 | 402 | 136 | 23 |
| Binary | 11110 | 11 | 1011111 | 1000100 | 1100001 | 0 | 111111 | 100000010 | 1011110 | 10011 |
Color Harmonies of #1E035F
Complementary color
Monochromatic Colors of #1E035F
Black with #1E035F
Text Example
Text Example
White with #1E035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E035F; }
p { color: rgb(30,3,95); }
H1.HeaderClassName
{
color: #1E035F;
}
.AnyTagClassName
{
color: #1E035F;
}
</style>
background-color css
<style>
a { background-color: #1E035F; }
a { background-color: rgb(30,3,95); }
div.DivClassName
{
background-color: #1E035F;
}
.BgClassName
{
background-color: #1E035F;
}
</style>
border-color css
<style>
span { border-color: #1E035F; }
span { border-color: rgb(30,3,95); }
td.TdClassName
{
border-color: #1E035F;
}
.TagClassName
{
border-color: #1E035F;
}
</style>