Shades of Persian Indigo #1E0278
Tints of Persian Indigo #1E0278
RGB
CMYK
RGB Variations
Color information
#1E0278 (or 0x1E0278) is known color: Persian Indigo. HEX triplet: 1E, 02 and 78. RGB value is (30,2,120). Sum of RGB (Red+Green+Blue) = 30+2+120=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 120 (47.27% from 255 or 78.95% from 152); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E0278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0278 is #E1FD87. Grayscale: #171717. Windows color (decimal): -14810504 or 7864862. OLE color: 7864862.
HSL color Cylindrical-coordinate representation of color #1E0278: hue angle of 254.24º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E0278 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 2 | 120 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.53 |
| HSL | 254.24º | 0.97% | 0.24% | - |
| HSV(B) | 254.24º | 0.98% | 0.47% | - |
| XYZ | 3.95 | 1.68 | 17.88 | - |
| YUV | 23.82 | 182.28 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 120 | 0.75 | 0.98 | 0 | 0.53 | 254.24 | 0.97 | 0.24 |
| Hex | 1E | 2 | 78 | 4B | 62 | 0 | 35 | FE | 61 | 18 |
| Octal | 36 | 2 | 170 | 113 | 142 | 0 | 65 | 376 | 141 | 30 |
| Binary | 11110 | 10 | 1111000 | 1001011 | 1100010 | 0 | 110101 | 11111110 | 1100001 | 11000 |
Color Harmonies of #1E0278
Complementary color
Monochromatic Colors of #1E0278
Black with #1E0278
Text Example
Text Example
White with #1E0278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0278; }
p { color: rgb(30,2,120); }
H1.HeaderClassName
{
color: #1E0278;
}
.AnyTagClassName
{
color: #1E0278;
}
</style>
background-color css
<style>
a { background-color: #1E0278; }
a { background-color: rgb(30,2,120); }
div.DivClassName
{
background-color: #1E0278;
}
.BgClassName
{
background-color: #1E0278;
}
</style>
border-color css
<style>
span { border-color: #1E0278; }
span { border-color: rgb(30,2,120); }
td.TdClassName
{
border-color: #1E0278;
}
.TagClassName
{
border-color: #1E0278;
}
</style>