#1E015C

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

Shades of Persian Indigo #1E015C

Tints of Persian Indigo #1E015C

Color information

#1E015C (or 0x1E015C) is unknown color: approx Persian Indigo. HEX triplet: 1E, 01 and 5C. RGB value is (30,1,92). Sum of RGB (Red+Green+Blue) = 30+1+92=123 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.39% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 92 (36.33% from 255 or 74.80% from 123); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E015C is #E1FEA3. Grayscale: #131313. Windows color (decimal): -14810788 or 6029598. OLE color: 6029598.

HSL color Cylindrical-coordinate representation of color #1E015C: hue angle of 259.12º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E015C is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB30192-
CMYK0.670.9900.64
HSL259.12º97.85%18.24%-
HSV(B)259.12º98.91%36.08%-
XYZ2.481.0710.2-
YUV20.04168.61135.1-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.39%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 92 (36.33% from 255) = 74.80%
R=24.39%
G=0.81%
B=74.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal301920.670.9900.64259.1297.8518.24
Hex1E15C43630401036212
Octal361134103143010040314222
Binary11110110111001000011110001101000000100000011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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