Shades of Persian Indigo #1E026C
Tints of Persian Indigo #1E026C
RGB
CMYK
RGB Variations
Color information
#1E026C (or 0x1E026C) is known color: Persian Indigo. HEX triplet: 1E, 02 and 6C. RGB value is (30,2,108). Sum of RGB (Red+Green+Blue) = 30+2+108=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 108 (42.58% from 255 or 77.14% from 140); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E026C is #E1FD93. Grayscale: #161616. Windows color (decimal): -14810516 or 7078430. OLE color: 7078430.
HSL color Cylindrical-coordinate representation of color #1E026C: hue angle of 255.85º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E026C is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 2 | 108 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.58 |
| HSL | 255.85º | 0.96% | 0.22% | - |
| HSV(B) | 255.85º | 0.98% | 0.42% | - |
| XYZ | 3.26 | 1.4 | 14.29 | - |
| YUV | 22.46 | 176.28 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 108 | 0.72 | 0.98 | 0 | 0.58 | 255.85 | 0.96 | 0.22 |
| Hex | 1E | 2 | 6C | 48 | 62 | 0 | 3A | 100 | 60 | 16 |
| Octal | 36 | 2 | 154 | 110 | 142 | 0 | 72 | 400 | 140 | 26 |
| Binary | 11110 | 10 | 1101100 | 1001000 | 1100010 | 0 | 111010 | 100000000 | 1100000 | 10110 |
Color Harmonies of #1E026C
Complementary color
Monochromatic Colors of #1E026C
Black with #1E026C
Text Example
Text Example
White with #1E026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E026C; }
p { color: rgb(30,2,108); }
H1.HeaderClassName
{
color: #1E026C;
}
.AnyTagClassName
{
color: #1E026C;
}
</style>
background-color css
<style>
a { background-color: #1E026C; }
a { background-color: rgb(30,2,108); }
div.DivClassName
{
background-color: #1E026C;
}
.BgClassName
{
background-color: #1E026C;
}
</style>
border-color css
<style>
span { border-color: #1E026C; }
span { border-color: rgb(30,2,108); }
td.TdClassName
{
border-color: #1E026C;
}
.TagClassName
{
border-color: #1E026C;
}
</style>