#1E0471

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

Shades of Persian Indigo #1E0471

Tints of Persian Indigo #1E0471

Color information

#1E0471 (or 0x1E0471) is unknown color: approx Persian Indigo. HEX triplet: 1E, 04 and 71. RGB value is (30,4,113). Sum of RGB (Red+Green+Blue) = 30+4+113=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 113 (44.53% from 255 or 76.87% from 147); Max value from RGB is 113 - color contains mainly: blue. Hex color #1E0471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0471 is #E1FB8E. Grayscale: #171717. Windows color (decimal): -14809999 or 7406622. OLE color: 7406622.

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

Color convert

RGB304113-
CMYK0.730.9600.56
HSL254.31º93.16%22.94%-
HSV(B)254.31º96.46%44.31%-
XYZ3.561.5615.74-
YUV24.2178.11132.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.41%
GREEN value IS 4 (1.95% from 255) = 2.72%
BLUE value IS 113 (44.53% from 255) = 76.87%
R=20.41%
G=2.72%
B=76.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3041130.730.9600.56254.3193.1622.94
Hex1E4714960038fe5d17
Octal36416111114007037613527
Binary11110100111000110010011100000011100011111110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,4,113); }

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

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

 a { background-color: rgb(30,4,113); }

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

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

 span { border-color: rgb(30,4,113); }

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