Shades of Persian Indigo #1E016B
Tints of Persian Indigo #1E016B
RGB
CMYK
RGB Variations
Color information
#1E016B (or 0x1E016B) is known color: Persian Indigo. HEX triplet: 1E, 01 and 6B. RGB value is (30,1,107). Sum of RGB (Red+Green+Blue) = 30+1+107=138 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.74% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 107 (42.19% from 255 or 77.54% from 138); Max value from RGB is 107 - color contains mainly: blue. Hex color #1E016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E016B is #E1FE94. Grayscale: #151515. Windows color (decimal): -14810773 or 7012638. OLE color: 7012638.
HSL color Cylindrical-coordinate representation of color #1E016B: hue angle of 256.42º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E016B is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 1 | 107 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.58 |
| HSL | 256.42º | 0.98% | 0.21% | - |
| HSV(B) | 256.42º | 0.99% | 0.42% | - |
| XYZ | 3.2 | 1.36 | 14 | - |
| YUV | 21.76 | 176.11 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 107 | 0.72 | 0.99 | 0 | 0.58 | 256.42 | 0.98 | 0.21 |
| Hex | 1E | 1 | 6B | 48 | 63 | 0 | 3A | 100 | 62 | 15 |
| Octal | 36 | 1 | 153 | 110 | 143 | 0 | 72 | 400 | 142 | 25 |
| Binary | 11110 | 1 | 1101011 | 1001000 | 1100011 | 0 | 111010 | 100000000 | 1100010 | 10101 |
Color Harmonies of #1E016B
Complementary color
Monochromatic Colors of #1E016B
Black with #1E016B
Text Example
Text Example
White with #1E016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E016B; }
p { color: rgb(30,1,107); }
H1.HeaderClassName
{
color: #1E016B;
}
.AnyTagClassName
{
color: #1E016B;
}
</style>
background-color css
<style>
a { background-color: #1E016B; }
a { background-color: rgb(30,1,107); }
div.DivClassName
{
background-color: #1E016B;
}
.BgClassName
{
background-color: #1E016B;
}
</style>
border-color css
<style>
span { border-color: #1E016B; }
span { border-color: rgb(30,1,107); }
td.TdClassName
{
border-color: #1E016B;
}
.TagClassName
{
border-color: #1E016B;
}
</style>