#1E016F

Color #1E016F Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #1E016F

Tints of Persian Indigo #1E016F

Color information

#1E016F (or 0x1E016F) is unknown color: approx Persian Indigo. HEX triplet: 1E, 01 and 6F. RGB value is (30,1,111). Sum of RGB (Red+Green+Blue) = 30+1+111=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 111 (43.75% from 255 or 78.17% from 142); Max value from RGB is 111 - color contains mainly: blue. Hex color #1E016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E016F is #E1FE90. Grayscale: #151515. Windows color (decimal): -14810769 or 7274782. OLE color: 7274782.

HSL color Cylindrical-coordinate representation of color #1E016F: hue angle of 255.82º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E016F is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB301111-
CMYK0.730.9900.56
HSL255.82º98.21%21.96%-
HSV(B)255.82º99.1%43.53%-
XYZ3.421.4515.14-
YUV22.21178.11133.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 21.13%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 111 (43.75% from 255) = 78.17%
R=21.13%
G=0.70%
B=78.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3011110.730.9900.56255.8298.2121.96
Hex1E16F49630381006216
Octal36115711114307040014226
Binary1111011101111100100111000110111000100000000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E016F; }

 p { color: rgb(30,1,111); }

 H1.HeaderClassName
 {
   color: #1E016F;
 }
 .AnyTagClassName
 {
   color: #1E016F;
 }
</style>
background-color css

<style>
 a { background-color: #1E016F; }

 a { background-color: rgb(30,1,111); }

 div.DivClassName
 {
   background-color: #1E016F;
 }
 .BgClassName
 {
   background-color: #1E016F;
 }
</style>
border-color css

<style>
 span { border-color: #1E016F; }

 span { border-color: rgb(30,1,111); }

 td.TdClassName
 {
   border-color: #1E016F;
 }
 .TagClassName
 {
   border-color: #1E016F;
 }
</style>