#3E1D99

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

Shades of Persian Indigo #3E1D99

Tints of Persian Indigo #3E1D99

Color information

#3E1D99 (or 0x3E1D99) is unknown color: approx Persian Indigo. HEX triplet: 3E, 1D and 99. RGB value is (62,29,153). Sum of RGB (Red+Green+Blue) = 62+29+153=244 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.41% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #3E1D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1D99 is #C1E266. Grayscale: #343434. Windows color (decimal): -12706407 or 10034494. OLE color: 10034494.

HSL color Cylindrical-coordinate representation of color #3E1D99: hue angle of 255.97º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E1D99 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6229153-
CMYK0.590.8100.4
HSL255.97º68.13%35.69%-
HSV(B)255.97º81.05%60%-
XYZ8.184.230.52-
YUV53184.43134.42-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.41%
GREEN value IS 29 (11.72% from 255) = 11.89%
BLUE value IS 153 (60.16% from 255) = 62.70%
R=25.41%
G=11.89%
B=62.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal62291530.590.8100.4255.9768.1335.69
Hex3E1D993B510281004424
Octal76352317312105040010444
Binary1111101110110011001111011101000101010001000000001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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