#1E045D

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

Shades of Persian Indigo #1E045D

Tints of Persian Indigo #1E045D

Color information

#1E045D (or 0x1E045D) is unknown color: approx Persian Indigo. HEX triplet: 1E, 04 and 5D. RGB value is (30,4,93). Sum of RGB (Red+Green+Blue) = 30+4+93=127 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.62% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 93 (36.72% from 255 or 73.23% from 127); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E045D is #E1FBA2. Grayscale: #151515. Windows color (decimal): -14810019 or 6095902. OLE color: 6095902.

HSL color Cylindrical-coordinate representation of color #1E045D: hue angle of 257.53º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E045D is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB30493-
CMYK0.680.9600.64
HSL257.53º91.75%19.02%-
HSV(B)257.53º95.7%36.47%-
XYZ2.551.1510.44-
YUV21.92168.11133.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.62%
GREEN value IS 4 (1.95% from 255) = 3.15%
BLUE value IS 93 (36.72% from 255) = 73.23%
R=23.62%
G=3.15%
B=73.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal304930.680.9600.64257.5391.7519.02
Hex1E45D44600401025c13
Octal364135104140010040213423
Binary1111010010111011000100110000001000000100000010101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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