#1E0977

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

Shades of Persian Indigo #1E0977

Tints of Persian Indigo #1E0977

Color information

#1E0977 (or 0x1E0977) is unknown color: approx Persian Indigo. HEX triplet: 1E, 09 and 77. RGB value is (30,9,119). Sum of RGB (Red+Green+Blue) = 30+9+119=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 119 (46.88% from 255 or 75.32% from 158); Max value from RGB is 119 - color contains mainly: blue. Hex color #1E0977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0977 is #E1F688. Grayscale: #1B1B1B. Windows color (decimal): -14808713 or 7801118. OLE color: 7801118.

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

Color convert

RGB309119-
CMYK0.750.9200.53
HSL251.45º85.94%25.1%-
HSV(B)251.45º92.44%46.67%-
XYZ3.961.817.59-
YUV27.82179.46129.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.99%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 119 (46.88% from 255) = 75.32%
R=18.99%
G=5.70%
B=75.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3091190.750.9200.53251.4585.9425.1
Hex1E9774B5C035fb5619
Octal361116711313406537312631
Binary111101001111011110010111011100011010111111011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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