#3E1E81

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

Shades of Persian Indigo #3E1E81

Tints of Persian Indigo #3E1E81

Color information

#3E1E81 (or 0x3E1E81) is unknown color: approx Persian Indigo. HEX triplet: 3E, 1E and 81. RGB value is (62,30,129). Sum of RGB (Red+Green+Blue) = 62+30+129=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #3E1E81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1E81 is #C1E17E. Grayscale: #323232. Windows color (decimal): -12706175 or 8461886. OLE color: 8461886.

HSL color Cylindrical-coordinate representation of color #3E1E81: hue angle of 259.39º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E1E81 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6230129-
CMYK0.520.7700.49
HSL259.39º62.26%31.18%-
HSV(B)259.39º76.74%50.59%-
XYZ6.413.5421.11-
YUV50.85172.1135.95-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.05%
GREEN value IS 30 (12.11% from 255) = 13.57%
BLUE value IS 129 (50.78% from 255) = 58.37%
R=28.05%
G=13.57%
B=58.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal62301290.520.7700.49259.3962.2631.18
Hex3E1E81344D0311033e1f
Octal7636201641150614037637
Binary11111011110100000011101001001101011000110000001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,30,129); }

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

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

 a { background-color: rgb(62,30,129); }

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

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

 span { border-color: rgb(62,30,129); }

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