#1E0160

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

Shades of Persian Indigo #1E0160

Tints of Persian Indigo #1E0160

Color information

#1E0160 (or 0x1E0160) is unknown color: approx Persian Indigo. HEX triplet: 1E, 01 and 60. RGB value is (30,1,96). Sum of RGB (Red+Green+Blue) = 30+1+96=127 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.62% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 96 (37.89% from 255 or 75.59% from 127); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E0160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0160 is #E1FE9F. Grayscale: #141414. Windows color (decimal): -14810784 or 6291742. OLE color: 6291742.

HSL color Cylindrical-coordinate representation of color #1E0160: hue angle of 258.32º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E0160 is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB30196-
CMYK0.690.9900.62
HSL258.32º97.94%19.02%-
HSV(B)258.32º98.96%37.65%-
XYZ2.661.1411.15-
YUV20.5170.61134.78-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.62%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 96 (37.89% from 255) = 75.59%
R=23.62%
G=0.79%
B=75.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal301960.690.9900.62258.3297.9419.02
Hex1E160456303E1026213
Octal36114010514307640214223
Binary1111011100000100010111000110111110100000010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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