#3E0B95

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

Shades of Persian Indigo #3E0B95

Tints of Persian Indigo #3E0B95

Color information

#3E0B95 (or 0x3E0B95) is unknown color: approx Persian Indigo. HEX triplet: 3E, 0B and 95. RGB value is (62,11,149). Sum of RGB (Red+Green+Blue) = 62+11+149=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E0B95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0B95 is #C1F46A. Grayscale: #292929. Windows color (decimal): -12711019 or 9767742. OLE color: 9767742.

HSL color Cylindrical-coordinate representation of color #3E0B95: hue angle of 262.17º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E0B95 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6211149-
CMYK0.580.9300.42
HSL262.17º86.25%31.37%-
HSV(B)262.17º92.62%58.43%-
XYZ7.533.4328.7-
YUV41.98188.4142.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.93%
GREEN value IS 11 (4.69% from 255) = 4.95%
BLUE value IS 149 (58.59% from 255) = 67.12%
R=27.93%
G=4.95%
B=67.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal62111490.580.9300.42262.1786.2531.37
Hex3EB953A5D02A106561f
Octal76132257213505240612637
Binary11111010111001010111101010111010101010100000110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,11,149); }

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

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

 a { background-color: rgb(62,11,149); }

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

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

 span { border-color: rgb(62,11,149); }

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