#1E0572

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

Shades of Persian Indigo #1E0572

Tints of Persian Indigo #1E0572

Color information

#1E0572 (or 0x1E0572) is unknown color: approx Persian Indigo. HEX triplet: 1E, 05 and 72. RGB value is (30,5,114). Sum of RGB (Red+Green+Blue) = 30+5+114=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 114 (44.92% from 255 or 76.51% from 149); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E0572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0572 is #E1FA8D. Grayscale: #181818. Windows color (decimal): -14809742 or 7472414. OLE color: 7472414.

HSL color Cylindrical-coordinate representation of color #1E0572: hue angle of 253.76º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E0572 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB305114-
CMYK0.740.9600.55
HSL253.76º91.6%23.33%-
HSV(B)253.76º95.61%44.71%-
XYZ3.631.616.04-
YUV24.9178.28131.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.13%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 114 (44.92% from 255) = 76.51%
R=20.13%
G=3.36%
B=76.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3051140.740.9600.55253.7691.623.33
Hex1E5724A60037fe5c17
Octal36516211214006737613427
Binary11110101111001010010101100000011011111111110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,5,114); }

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

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

 a { background-color: rgb(30,5,114); }

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

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

 span { border-color: rgb(30,5,114); }

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