#3E1E84

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

Shades of Persian Indigo #3E1E84

Tints of Persian Indigo #3E1E84

Color information

#3E1E84 (or 0x3E1E84) is unknown color: approx Persian Indigo. HEX triplet: 3E, 1E and 84. RGB value is (62,30,132). Sum of RGB (Red+Green+Blue) = 62+30+132=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E1E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1E84 is #C1E17B. Grayscale: #323232. Windows color (decimal): -12706172 or 8658494. OLE color: 8658494.

HSL color Cylindrical-coordinate representation of color #3E1E84: hue angle of 258.82º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E1E84 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6230132-
CMYK0.530.7700.48
HSL258.82º62.96%31.76%-
HSV(B)258.82º77.27%51.76%-
XYZ6.623.6222.18-
YUV51.2173.6135.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.68%
GREEN value IS 30 (12.11% from 255) = 13.39%
BLUE value IS 132 (51.95% from 255) = 58.93%
R=27.68%
G=13.39%
B=58.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62301320.530.7700.48258.8262.9631.76
Hex3E1E84354D0301033f20
Octal7636204651150604037740
Binary111110111101000010011010110011010110000100000011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,30,132); }

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

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

 a { background-color: rgb(62,30,132); }

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

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

 span { border-color: rgb(62,30,132); }

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