#1E0070

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

Shades of Persian Indigo #1E0070

Tints of Persian Indigo #1E0070

Color information

#1E0070 (or 0x1E0070) is unknown color: approx Persian Indigo. HEX triplet: 1E, 00 and 70. RGB value is (30,0,112). Sum of RGB (Red+Green+Blue) = 30+0+112=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 112 (44.14% from 255 or 78.87% from 142); Max value from RGB is 112 - color contains mainly: blue. Hex color #1E0070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0070 is #E1FF8F. Grayscale: #151515. Windows color (decimal): -14811024 or 7340062. OLE color: 7340062.

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

Color convert

RGB300112-
CMYK0.73100.56
HSL256.07º100%21.96%-
HSV(B)256.07º100%43.92%-
XYZ3.461.4515.43-
YUV21.74178.94133.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 78.87%
R=21.13%
G=0%
B=78.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3001120.73100.56256.0710021.96
Hex1E07049640381006416
Octal36016011114407040014426
Binary1111001110000100100111001000111000100000000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,0,112); }

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

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

 a { background-color: rgb(30,0,112); }

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

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

 span { border-color: rgb(30,0,112); }

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