Shades of Persian Indigo #1E026B
Tints of Persian Indigo #1E026B
RGB
CMYK
RGB Variations
Color information
#1E026B (or 0x1E026B) is known color: Persian Indigo. HEX triplet: 1E, 02 and 6B. RGB value is (30,2,107). Sum of RGB (Red+Green+Blue) = 30+2+107=139 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.58% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 107 (42.19% from 255 or 76.98% from 139); Max value from RGB is 107 - color contains mainly: blue. Hex color #1E026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E026B is #E1FD94. Grayscale: #151515. Windows color (decimal): -14810517 or 7012894. OLE color: 7012894.
HSL color Cylindrical-coordinate representation of color #1E026B: hue angle of 256º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E026B is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 2 | 107 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.58 |
| HSL | 256º | 0.96% | 0.21% | - |
| HSV(B) | 256º | 0.98% | 0.42% | - |
| XYZ | 3.21 | 1.38 | 14.01 | - |
| YUV | 22.34 | 175.78 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 107 | 0.72 | 0.98 | 0 | 0.58 | 256 | 0.96 | 0.21 |
| Hex | 1E | 2 | 6B | 48 | 62 | 0 | 3A | 100 | 60 | 15 |
| Octal | 36 | 2 | 153 | 110 | 142 | 0 | 72 | 400 | 140 | 25 |
| Binary | 11110 | 10 | 1101011 | 1001000 | 1100010 | 0 | 111010 | 100000000 | 1100000 | 10101 |
Color Harmonies of #1E026B
Complementary color
Monochromatic Colors of #1E026B
Black with #1E026B
Text Example
Text Example
White with #1E026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E026B; }
p { color: rgb(30,2,107); }
H1.HeaderClassName
{
color: #1E026B;
}
.AnyTagClassName
{
color: #1E026B;
}
</style>
background-color css
<style>
a { background-color: #1E026B; }
a { background-color: rgb(30,2,107); }
div.DivClassName
{
background-color: #1E026B;
}
.BgClassName
{
background-color: #1E026B;
}
</style>
border-color css
<style>
span { border-color: #1E026B; }
span { border-color: rgb(30,2,107); }
td.TdClassName
{
border-color: #1E026B;
}
.TagClassName
{
border-color: #1E026B;
}
</style>