Shades of Persian Indigo #1E0376
Tints of Persian Indigo #1E0376
RGB
CMYK
RGB Variations
Color information
#1E0376 (or 0x1E0376) is known color: Persian Indigo. HEX triplet: 1E, 03 and 76. RGB value is (30,3,118). Sum of RGB (Red+Green+Blue) = 30+3+118=151 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.87% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 118 (46.48% from 255 or 78.15% from 151); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E0376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0376 is #E1FC89. Grayscale: #171717. Windows color (decimal): -14810250 or 7734046. OLE color: 7734046.
HSL color Cylindrical-coordinate representation of color #1E0376: hue angle of 254.09º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E0376 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 3 | 118 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.54 |
| HSL | 254.09º | 0.95% | 0.24% | - |
| HSV(B) | 254.09º | 0.97% | 0.46% | - |
| XYZ | 3.84 | 1.65 | 17.26 | - |
| YUV | 24.18 | 180.95 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 118 | 0.75 | 0.97 | 0 | 0.54 | 254.09 | 0.95 | 0.24 |
| Hex | 1E | 3 | 76 | 4B | 61 | 0 | 36 | FE | 5F | 18 |
| Octal | 36 | 3 | 166 | 113 | 141 | 0 | 66 | 376 | 137 | 30 |
| Binary | 11110 | 11 | 1110110 | 1001011 | 1100001 | 0 | 110110 | 11111110 | 1011111 | 11000 |
Color Harmonies of #1E0376
Complementary color
Monochromatic Colors of #1E0376
Black with #1E0376
Text Example
Text Example
White with #1E0376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0376; }
p { color: rgb(30,3,118); }
H1.HeaderClassName
{
color: #1E0376;
}
.AnyTagClassName
{
color: #1E0376;
}
</style>
background-color css
<style>
a { background-color: #1E0376; }
a { background-color: rgb(30,3,118); }
div.DivClassName
{
background-color: #1E0376;
}
.BgClassName
{
background-color: #1E0376;
}
</style>
border-color css
<style>
span { border-color: #1E0376; }
span { border-color: rgb(30,3,118); }
td.TdClassName
{
border-color: #1E0376;
}
.TagClassName
{
border-color: #1E0376;
}
</style>