#1E047A

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

Shades of Persian Indigo #1E047A

Tints of Persian Indigo #1E047A

Color information

#1E047A (or 0x1E047A) is unknown color: approx Persian Indigo. HEX triplet: 1E, 04 and 7A. RGB value is (30,4,122). Sum of RGB (Red+Green+Blue) = 30+4+122=156 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.23% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 122 (48.05% from 255 or 78.21% from 156); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E047A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E047A is #E1FB85. Grayscale: #181818. Windows color (decimal): -14809990 or 7996446. OLE color: 7996446.

HSL color Cylindrical-coordinate representation of color #1E047A: hue angle of 253.22º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E047A is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB304122-
CMYK0.750.9700.52
HSL253.22º93.65%24.71%-
HSV(B)253.22º96.72%47.84%-
XYZ4.091.7718.54-
YUV25.23182.61131.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.23%
GREEN value IS 4 (1.95% from 255) = 2.56%
BLUE value IS 122 (48.05% from 255) = 78.21%
R=19.23%
G=2.56%
B=78.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3041220.750.9700.52253.2293.6524.71
Hex1E47A4B61034fd5e19
Octal36417211314106437513631
Binary11110100111101010010111100001011010011111101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E047A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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