#3E1B77

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

Shades of Persian Indigo #3E1B77

Tints of Persian Indigo #3E1B77

Color information

#3E1B77 (or 0x3E1B77) is unknown color: approx Persian Indigo. HEX triplet: 3E, 1B and 77. RGB value is (62,27,119). Sum of RGB (Red+Green+Blue) = 62+27+119=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E1B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1B77 is #C1E488. Grayscale: #2F2F2F. Windows color (decimal): -12706953 or 7805758. OLE color: 7805758.

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

Color convert

RGB6227119-
CMYK0.480.7700.53
HSL262.83º63.01%28.63%-
HSV(B)262.83º77.31%46.67%-
XYZ5.713.1417.76-
YUV47.95168.1138.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.81%
GREEN value IS 27 (10.94% from 255) = 12.98%
BLUE value IS 119 (46.88% from 255) = 57.21%
R=29.81%
G=12.98%
B=57.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62271190.480.7700.53262.8363.0128.63
Hex3E1B77304D0351073f1d
Octal7633167601150654077735
Binary1111101101111101111100001001101011010110000011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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