Shades of Persian Indigo #1E0675
Tints of Persian Indigo #1E0675
RGB
CMYK
RGB Variations
Color information
#1E0675 (or 0x1E0675) is known color: Persian Indigo. HEX triplet: 1E, 06 and 75. RGB value is (30,6,117). Sum of RGB (Red+Green+Blue) = 30+6+117=153 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.61% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E0675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0675 is #E1F98A. Grayscale: #191919. Windows color (decimal): -14809483 or 7669278. OLE color: 7669278.
HSL color Cylindrical-coordinate representation of color #1E0675: hue angle of 252.97º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0675 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 6 | 117 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.54 |
| HSL | 252.97º | 0.9% | 0.24% | - |
| HSV(B) | 252.97º | 0.95% | 0.46% | - |
| XYZ | 3.81 | 1.69 | 16.96 | - |
| YUV | 25.83 | 179.45 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 6 | 117 | 0.74 | 0.95 | 0 | 0.54 | 252.97 | 0.9 | 0.24 |
| Hex | 1E | 6 | 75 | 4A | 5F | 0 | 36 | FD | 5A | 18 |
| Octal | 36 | 6 | 165 | 112 | 137 | 0 | 66 | 375 | 132 | 30 |
| Binary | 11110 | 110 | 1110101 | 1001010 | 1011111 | 0 | 110110 | 11111101 | 1011010 | 11000 |
Color Harmonies of #1E0675
Complementary color
Monochromatic Colors of #1E0675
Black with #1E0675
Text Example
Text Example
White with #1E0675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0675; }
p { color: rgb(30,6,117); }
H1.HeaderClassName
{
color: #1E0675;
}
.AnyTagClassName
{
color: #1E0675;
}
</style>
background-color css
<style>
a { background-color: #1E0675; }
a { background-color: rgb(30,6,117); }
div.DivClassName
{
background-color: #1E0675;
}
.BgClassName
{
background-color: #1E0675;
}
</style>
border-color css
<style>
span { border-color: #1E0675; }
span { border-color: rgb(30,6,117); }
td.TdClassName
{
border-color: #1E0675;
}
.TagClassName
{
border-color: #1E0675;
}
</style>