#3E1391

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

Shades of Persian Indigo #3E1391

Tints of Persian Indigo #3E1391

Color information

#3E1391 (or 0x3E1391) is unknown color: approx Persian Indigo. HEX triplet: 3E, 13 and 91. RGB value is (62,19,145). Sum of RGB (Red+Green+Blue) = 62+19+145=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #3E1391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1391 is #C1EC6E. Grayscale: #2D2D2D. Windows color (decimal): -12708975 or 9507646. OLE color: 9507646.

HSL color Cylindrical-coordinate representation of color #3E1391: hue angle of 260.48º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E1391 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6219145-
CMYK0.570.8700.43
HSL260.48º76.83%32.16%-
HSV(B)260.48º86.9%56.86%-
XYZ7.333.5327.08-
YUV46.22183.75139.25-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.43%
GREEN value IS 19 (7.81% from 255) = 8.41%
BLUE value IS 145 (57.03% from 255) = 64.16%
R=27.43%
G=8.41%
B=64.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal62191450.570.8700.43260.4876.8332.16
Hex3E1391395702B1044d20
Octal76232217112705340411540
Binary1111101001110010001111001101011101010111000001001001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,19,145); }

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

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

 a { background-color: rgb(62,19,145); }

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

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

 span { border-color: rgb(62,19,145); }

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