#1E005E

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

Shades of Persian Indigo #1E005E

Tints of Persian Indigo #1E005E

Color information

#1E005E (or 0x1E005E) is unknown color: approx Persian Indigo. HEX triplet: 1E, 00 and 5E. RGB value is (30,0,94). Sum of RGB (Red+Green+Blue) = 30+0+94=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 94 (37.11% from 255 or 75.81% from 124); Max value from RGB is 94 - color contains mainly: blue. Hex color #1E005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E005E is #E1FFA1. Grayscale: #131313. Windows color (decimal): -14811042 or 6160414. OLE color: 6160414.

HSL color Cylindrical-coordinate representation of color #1E005E: hue angle of 259.15º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E005E is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB30094-
CMYK0.68100.63
HSL259.15º100%18.43%-
HSV(B)259.15º100%36.86%-
XYZ2.561.0810.66-
YUV19.69169.94135.36-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 75.81%
R=24.19%
G=0%
B=75.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal300940.68100.63259.1510018.43
Hex1E05E446403F1036412
Octal36013610414407740314422
Binary1111001011110100010011001000111111100000011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,0,94); }

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

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

 a { background-color: rgb(30,0,94); }

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

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

 span { border-color: rgb(30,0,94); }

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