#3e118d

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

Shades of Persian Indigo #3E118D

Tints of Persian Indigo #3E118D

Color information

#3E118D (or 0x3E118D) is unknown color: approx Persian Indigo. HEX triplet: 3E, 11 and 8D. RGB value is (62,17,141). Sum of RGB (Red+Green+Blue) = 62+17+141=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E118D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E118D is #C1EE72. Grayscale: #2C2C2C. Windows color (decimal): -12709491 or 9244990. OLE color: 9244990.

HSL color Cylindrical-coordinate representation of color #3E118D: hue angle of 261.77º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E118D is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6217141-
CMYK0.560.8800.45
HSL261.77º78.48%30.98%-
HSV(B)261.77º87.94%55.29%-
XYZ6.993.3525.48-
YUV44.59182.41140.42-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.18%
GREEN value IS 17 (7.03% from 255) = 7.73%
BLUE value IS 141 (55.47% from 255) = 64.09%
R=28.18%
G=7.73%
B=64.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62171410.560.8800.45261.7778.4830.98
Hex3E118D385802D1064e1f
Octal76212157013005540611637
Binary111110100011000110111100010110000101101100000110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e118d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3e118d; }

 p { color: rgb(62,17,141); }

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

<style>
 a { background-color: #3e118d; }

 a { background-color: rgb(62,17,141); }

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

<style>
 span { border-color: #3e118d; }

 span { border-color: rgb(62,17,141); }

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