#3E1386

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

Shades of Persian Indigo #3E1386

Tints of Persian Indigo #3E1386

Color information

#3E1386 (or 0x3E1386) is unknown color: approx Persian Indigo. HEX triplet: 3E, 13 and 86. RGB value is (62,19,134). Sum of RGB (Red+Green+Blue) = 62+19+134=215 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.84% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 134 (52.73% from 255 or 62.33% from 215); Max value from RGB is 134 - color contains mainly: blue. Hex color #3E1386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1386 is #C1EC79. Grayscale: #2C2C2C. Windows color (decimal): -12708986 or 8786750. OLE color: 8786750.

HSL color Cylindrical-coordinate representation of color #3E1386: hue angle of 262.43º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E1386 is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6219134-
CMYK0.540.8600.47
HSL262.43º75.16%30%-
HSV(B)262.43º85.82%52.55%-
XYZ6.523.2122.83-
YUV44.97178.25140.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.84%
GREEN value IS 19 (7.81% from 255) = 8.84%
BLUE value IS 134 (52.73% from 255) = 62.33%
R=28.84%
G=8.84%
B=62.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal62191340.540.8600.47262.4375.1630
Hex3E1386365602F1064b1e
Octal76232066612605740611336
Binary111110100111000011011011010101100101111100000110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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