#1E027C

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

Shades of Persian Indigo #1E027C

Tints of Persian Indigo #1E027C

Color information

#1E027C (or 0x1E027C) is unknown color: approx Persian Indigo. HEX triplet: 1E, 02 and 7C. RGB value is (30,2,124). Sum of RGB (Red+Green+Blue) = 30+2+124=156 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.23% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 124 (48.83% from 255 or 79.49% from 156); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E027C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E027C is #E1FD83. Grayscale: #171717. Windows color (decimal): -14810500 or 8127006. OLE color: 8127006.

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

Color convert

RGB302124-
CMYK0.760.9800.51
HSL253.77º96.83%24.71%-
HSV(B)253.77º98.39%48.63%-
XYZ4.21.7719.19-
YUV24.28184.28132.08-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.23%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 124 (48.83% from 255) = 79.49%
R=19.23%
G=1.28%
B=79.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3021240.760.9800.51253.7796.8324.71
Hex1E27C4C62033fe6119
Octal36217411414206337614131
Binary1111010111110010011001100010011001111111110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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