#3E1778

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

Shades of Persian Indigo #3E1778

Tints of Persian Indigo #3E1778

Color information

#3E1778 (or 0x3E1778) is unknown color: approx Persian Indigo. HEX triplet: 3E, 17 and 78. RGB value is (62,23,120). Sum of RGB (Red+Green+Blue) = 62+23+120=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E1778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1778 is #C1E887. Grayscale: #2D2D2D. Windows color (decimal): -12707976 or 7870270. OLE color: 7870270.

HSL color Cylindrical-coordinate representation of color #3E1778: hue angle of 264.12º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E1778 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6223120-
CMYK0.480.8100.53
HSL264.12º67.83%28.04%-
HSV(B)264.12º80.83%47.06%-
XYZ5.682.9918.05-
YUV45.72169.92139.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.24%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 120 (47.27% from 255) = 58.54%
R=30.24%
G=11.22%
B=58.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62231200.480.8100.53264.1267.8328.04
Hex3E17783051035108441c
Octal76271706012106541010434
Binary11111010111111100011000010100010110101100001000100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,23,120); }

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

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

 a { background-color: rgb(62,23,120); }

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

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

 span { border-color: rgb(62,23,120); }

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