#3E1771

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

Shades of Persian Indigo #3E1771

Tints of Persian Indigo #3E1771

Color information

#3E1771 (or 0x3E1771) is unknown color: approx Persian Indigo. HEX triplet: 3E, 17 and 71. RGB value is (62,23,113). Sum of RGB (Red+Green+Blue) = 62+23+113=198 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.31% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E1771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1771 is #C1E88E. Grayscale: #2C2C2C. Windows color (decimal): -12707983 or 7411518. OLE color: 7411518.

HSL color Cylindrical-coordinate representation of color #3E1771: hue angle of 266º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E1771 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6223113-
CMYK0.450.8000.56
HSL266º66.18%26.67%-
HSV(B)266º79.65%44.31%-
XYZ5.272.8315.89-
YUV44.92166.42140.18-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.31%
GREEN value IS 23 (9.38% from 255) = 11.62%
BLUE value IS 113 (44.53% from 255) = 57.07%
R=31.31%
G=11.62%
B=57.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62231130.450.8000.5626666.1826.67
Hex3E17712D5003810a421b
Octal76271615512007041210233
Binary11111010111111000110110110100000111000100001010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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