#1E006E

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

Shades of Persian Indigo #1E006E

Tints of Persian Indigo #1E006E

Color information

#1E006E (or 0x1E006E) is unknown color: approx Persian Indigo. HEX triplet: 1E, 00 and 6E. RGB value is (30,0,110). Sum of RGB (Red+Green+Blue) = 30+0+110=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 110 (43.36% from 255 or 78.57% from 140); Max value from RGB is 110 - color contains mainly: blue. Hex color #1E006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E006E is #E1FF91. Grayscale: #151515. Windows color (decimal): -14811026 or 7208990. OLE color: 7208990.

HSL color Cylindrical-coordinate representation of color #1E006E: hue angle of 256.36º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E006E is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB300110-
CMYK0.73100.57
HSL256.36º100%21.57%-
HSV(B)256.36º100%43.14%-
XYZ3.351.414.85-
YUV21.51177.94134.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 78.57%
R=21.43%
G=0%
B=78.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3001100.73100.57256.3610021.57
Hex1E06E49640391006416
Octal36015611114407140014426
Binary1111001101110100100111001000111001100000000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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