Shades of Persian Indigo #1E015C
Tints of Persian Indigo #1E015C
RGB
CMYK
RGB Variations
Color information
#1E015C (or 0x1E015C) is known color: Persian Indigo. HEX triplet: 1E, 01 and 5C. RGB value is (30,1,92). Sum of RGB (Red+Green+Blue) = 30+1+92=123 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.39% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 92 (36.33% from 255 or 74.80% from 123); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E015C is #E1FEA3. Grayscale: #131313. Windows color (decimal): -14810788 or 6029598. OLE color: 6029598.
HSL color Cylindrical-coordinate representation of color #1E015C: hue angle of 259.12º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E015C is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 1 | 92 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.64 |
| HSL | 259.12º | 0.98% | 0.18% | - |
| HSV(B) | 259.12º | 0.99% | 0.36% | - |
| XYZ | 2.48 | 1.07 | 10.2 | - |
| YUV | 20.05 | 168.61 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 92 | 0.67 | 0.99 | 0 | 0.64 | 259.12 | 0.98 | 0.18 |
| Hex | 1E | 1 | 5C | 43 | 63 | 0 | 40 | 103 | 62 | 12 |
| Octal | 36 | 1 | 134 | 103 | 143 | 0 | 100 | 403 | 142 | 22 |
| Binary | 11110 | 1 | 1011100 | 1000011 | 1100011 | 0 | 1000000 | 100000011 | 1100010 | 10010 |
Color Harmonies of #1E015C
Complementary color
Monochromatic Colors of #1E015C
Black with #1E015C
Text Example
Text Example
White with #1E015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E015C; }
p { color: rgb(30,1,92); }
H1.HeaderClassName
{
color: #1E015C;
}
.AnyTagClassName
{
color: #1E015C;
}
</style>
background-color css
<style>
a { background-color: #1E015C; }
a { background-color: rgb(30,1,92); }
div.DivClassName
{
background-color: #1E015C;
}
.BgClassName
{
background-color: #1E015C;
}
</style>
border-color css
<style>
span { border-color: #1E015C; }
span { border-color: rgb(30,1,92); }
td.TdClassName
{
border-color: #1E015C;
}
.TagClassName
{
border-color: #1E015C;
}
</style>