#1E036F

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

Shades of Persian Indigo #1E036F

Tints of Persian Indigo #1E036F

Color information

#1E036F (or 0x1E036F) is unknown color: approx Persian Indigo. HEX triplet: 1E, 03 and 6F. RGB value is (30,3,111). Sum of RGB (Red+Green+Blue) = 30+3+111=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 111 (43.75% from 255 or 77.08% from 144); Max value from RGB is 111 - color contains mainly: blue. Hex color #1E036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E036F is #E1FC90. Grayscale: #161616. Windows color (decimal): -14810257 or 7275294. OLE color: 7275294.

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

Color convert

RGB303111-
CMYK0.730.9700.56
HSL255º94.74%22.35%-
HSV(B)255º97.3%43.53%-
XYZ3.441.4915.15-
YUV23.38177.45132.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.83%
GREEN value IS 3 (1.56% from 255) = 2.08%
BLUE value IS 111 (43.75% from 255) = 77.08%
R=20.83%
G=2.08%
B=77.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3031110.730.9700.5625594.7422.35
Hex1E36F4961038ff5f16
Octal36315711114107037713726
Binary1111011110111110010011100001011100011111111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E036F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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