#1E0176

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

Shades of Persian Indigo #1E0176

Tints of Persian Indigo #1E0176

Color information

#1E0176 (or 0x1E0176) is unknown color: approx Persian Indigo. HEX triplet: 1E, 01 and 76. RGB value is (30,1,118). Sum of RGB (Red+Green+Blue) = 30+1+118=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 118 (46.48% from 255 or 79.19% from 149); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E0176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0176 is #E1FE89. Grayscale: #161616. Windows color (decimal): -14810762 or 7733534. OLE color: 7733534.

HSL color Cylindrical-coordinate representation of color #1E0176: hue angle of 254.87º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E0176 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB301118-
CMYK0.750.9900.54
HSL254.87º98.32%23.33%-
HSV(B)254.87º99.15%46.27%-
XYZ3.821.6117.25-
YUV23.01181.61132.99-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.13%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 118 (46.48% from 255) = 79.19%
R=20.13%
G=0.67%
B=79.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3011180.750.9900.54254.8798.3223.33
Hex1E1764B63036ff6217
Octal36116611314306637714227
Binary111101111011010010111100011011011011111111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,1,118); }

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

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

 a { background-color: rgb(30,1,118); }

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

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

 span { border-color: rgb(30,1,118); }

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