#1E0470

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

Shades of Persian Indigo #1E0470

Tints of Persian Indigo #1E0470

Color information

#1E0470 (or 0x1E0470) is unknown color: approx Persian Indigo. HEX triplet: 1E, 04 and 70. RGB value is (30,4,112). Sum of RGB (Red+Green+Blue) = 30+4+112=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 112 (44.14% from 255 or 76.71% from 146); Max value from RGB is 112 - color contains mainly: blue. Hex color #1E0470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0470 is #E1FB8F. Grayscale: #171717. Windows color (decimal): -14810000 or 7341086. OLE color: 7341086.

HSL color Cylindrical-coordinate representation of color #1E0470: hue angle of 254.44º 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 #1E0470 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB304112-
CMYK0.730.9600.56
HSL254.44º93.1%22.75%-
HSV(B)254.44º96.43%43.92%-
XYZ3.51.5315.44-
YUV24.09177.61132.22-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.55%
GREEN value IS 4 (1.95% from 255) = 2.74%
BLUE value IS 112 (44.14% from 255) = 76.71%
R=20.55%
G=2.74%
B=76.71%

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
Decimal3041120.730.9600.56254.4493.122.75
Hex1E4704960038fe5d17
Octal36416011114007037613527
Binary11110100111000010010011100000011100011111110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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