#3e1d86

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

Shades of Persian Indigo #3E1D86

Tints of Persian Indigo #3E1D86

Color information

#3E1D86 (or 0x3E1D86) is unknown color: approx Persian Indigo. HEX triplet: 3E, 1D and 86. RGB value is (62,29,134). Sum of RGB (Red+Green+Blue) = 62+29+134=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #3E1D86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1D86 is #C1E279. Grayscale: #323232. Windows color (decimal): -12706426 or 8789310. OLE color: 8789310.

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

Color convert

RGB6229134-
CMYK0.540.7800.47
HSL258.86º64.42%31.96%-
HSV(B)258.86º78.36%52.55%-
XYZ6.733.6222.9-
YUV50.84174.93135.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.56%
GREEN value IS 29 (11.72% from 255) = 12.89%
BLUE value IS 134 (52.73% from 255) = 59.56%
R=27.56%
G=12.89%
B=59.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal62291340.540.7800.47258.8664.4231.96
Hex3E1D86364E02F1034020
Octal76352066611605740310040
Binary1111101110110000110110110100111001011111000000111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e1d86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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