#3E1C77

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

Shades of Persian Indigo #3E1C77

Tints of Persian Indigo #3E1C77

Color information

#3E1C77 (or 0x3E1C77) is unknown color: approx Persian Indigo. HEX triplet: 3E, 1C and 77. RGB value is (62,28,119). Sum of RGB (Red+Green+Blue) = 62+28+119=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E1C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1C77 is #C1E388. Grayscale: #303030. Windows color (decimal): -12706697 or 7806014. OLE color: 7806014.

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

Color convert

RGB6228119-
CMYK0.480.7600.53
HSL262.42º61.9%28.82%-
HSV(B)262.42º76.47%46.67%-
XYZ5.733.1917.77-
YUV48.54167.76137.6-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.67%
GREEN value IS 28 (11.33% from 255) = 13.40%
BLUE value IS 119 (46.88% from 255) = 56.94%
R=29.67%
G=13.40%
B=56.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62281190.480.7600.53262.4261.928.82
Hex3E1C77304C0351063e1d
Octal7634167601140654067635
Binary1111101110011101111100001001100011010110000011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,28,119); }

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

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

 a { background-color: rgb(62,28,119); }

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

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

 span { border-color: rgb(62,28,119); }

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