#1E0979

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

Shades of Persian Indigo #1E0979

Tints of Persian Indigo #1E0979

Color information

#1E0979 (or 0x1E0979) is unknown color: approx Persian Indigo. HEX triplet: 1E, 09 and 79. RGB value is (30,9,121). Sum of RGB (Red+Green+Blue) = 30+9+121=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 121 (47.66% from 255 or 75.62% from 160); Max value from RGB is 121 - color contains mainly: blue. Hex color #1E0979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0979 is #E1F686. Grayscale: #1B1B1B. Windows color (decimal): -14808711 or 7932190. OLE color: 7932190.

HSL color Cylindrical-coordinate representation of color #1E0979: hue angle of 251.25º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E0979 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB309121-
CMYK0.750.9300.53
HSL251.25º86.15%25.49%-
HSV(B)251.25º92.56%47.45%-
XYZ4.081.8518.23-
YUV28.05180.46129.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.75%
GREEN value IS 9 (3.91% from 255) = 5.62%
BLUE value IS 121 (47.66% from 255) = 75.62%
R=18.75%
G=5.62%
B=75.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3091210.750.9300.53251.2586.1525.49
Hex1E9794B5D035fb5619
Octal361117111313506537312631
Binary111101001111100110010111011101011010111111011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,9,121); }

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

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

 a { background-color: rgb(30,9,121); }

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

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

 span { border-color: rgb(30,9,121); }

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