#3E1D92

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

Shades of Persian Indigo #3E1D92

Tints of Persian Indigo #3E1D92

Color information

#3E1D92 (or 0x3E1D92) is unknown color: approx Persian Indigo. HEX triplet: 3E, 1D and 92. RGB value is (62,29,146). Sum of RGB (Red+Green+Blue) = 62+29+146=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E1D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1D92 is #C1E26D. Grayscale: #333333. Windows color (decimal): -12706414 or 9575742. OLE color: 9575742.

HSL color Cylindrical-coordinate representation of color #3E1D92: hue angle of 256.92º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E1D92 is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6229146-
CMYK0.580.8000.43
HSL256.92º66.86%34.31%-
HSV(B)256.92º80.14%57.25%-
XYZ7.613.9827.56-
YUV52.2180.93134.99-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.16%
GREEN value IS 29 (11.72% from 255) = 12.24%
BLUE value IS 146 (57.42% from 255) = 61.60%
R=26.16%
G=12.24%
B=61.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal62291460.580.8000.43256.9266.8634.31
Hex3E1D923A5002B1014322
Octal76352227212005340110342
Binary1111101110110010010111010101000001010111000000011000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,29,146); }

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

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

 a { background-color: rgb(62,29,146); }

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

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

 span { border-color: rgb(62,29,146); }

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