#1E036E

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

Shades of Persian Indigo #1E036E

Tints of Persian Indigo #1E036E

Color information

#1E036E (or 0x1E036E) is unknown color: approx Persian Indigo. HEX triplet: 1E, 03 and 6E. RGB value is (30,3,110). Sum of RGB (Red+Green+Blue) = 30+3+110=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 110 (43.36% from 255 or 76.92% from 143); Max value from RGB is 110 - color contains mainly: blue. Hex color #1E036E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E036E is #E1FC91. Grayscale: #161616. Windows color (decimal): -14810258 or 7209758. OLE color: 7209758.

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

Color convert

RGB303110-
CMYK0.730.9700.57
HSL255.14º94.69%22.16%-
HSV(B)255.14º97.27%43.14%-
XYZ3.381.4714.86-
YUV23.27176.95132.8-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.98%
GREEN value IS 3 (1.56% from 255) = 2.10%
BLUE value IS 110 (43.36% from 255) = 76.92%
R=20.98%
G=2.10%
B=76.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3031100.730.9700.57255.1494.6922.16
Hex1E36E4961039ff5f16
Octal36315611114107137713726
Binary1111011110111010010011100001011100111111111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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