#1E087C

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

Shades of Persian Indigo #1E087C

Tints of Persian Indigo #1E087C

Color information

#1E087C (or 0x1E087C) is unknown color: approx Persian Indigo. HEX triplet: 1E, 08 and 7C. RGB value is (30,8,124). Sum of RGB (Red+Green+Blue) = 30+8+124=162 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.52% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 124 (48.83% from 255 or 76.54% from 162); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E087C is #E1F783. Grayscale: #1B1B1B. Windows color (decimal): -14808964 or 8128542. OLE color: 8128542.

HSL color Cylindrical-coordinate representation of color #1E087C: hue angle of 251.38º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E087C is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB308124-
CMYK0.760.9400.51
HSL251.38º87.88%25.88%-
HSV(B)251.38º93.55%48.63%-
XYZ4.261.919.21-
YUV27.8182.29129.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.52%
GREEN value IS 8 (3.52% from 255) = 4.94%
BLUE value IS 124 (48.83% from 255) = 76.54%
R=18.52%
G=4.94%
B=76.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3081240.760.9400.51251.3887.8825.88
Hex1E87C4C5E033fb581a
Octal361017411413606337313032
Binary111101000111110010011001011110011001111111011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E087C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,8,124); }

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

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

 a { background-color: rgb(30,8,124); }

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

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

 span { border-color: rgb(30,8,124); }

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