#3E1CD0

Color #3E1CD0 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #3E1CD0

Tints of Han Purple #3E1CD0

Color information

#3E1CD0 (or 0x3E1CD0) is unknown color: approx Han Purple. HEX triplet: 3E, 1C and D0. RGB value is (62,28,208). Sum of RGB (Red+Green+Blue) = 62+28+208=298 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.81% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 208 (81.64% from 255 or 69.80% from 298); Max value from RGB is 208 - color contains mainly: blue. Hex color #3E1CD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1CD0 is #C1E32F. Grayscale: #3A3A3A. Windows color (decimal): -12706608 or 13638718. OLE color: 13638718.

HSL color Cylindrical-coordinate representation of color #3E1CD0: hue angle of 251.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E1CD0 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6228208-
CMYK0.700.8700.18
HSL251.33º76.27%46.27%-
HSV(B)251.33º86.54%81.57%-
XYZ13.796.4160.18-
YUV58.69212.26130.36-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.81%
GREEN value IS 28 (11.33% from 255) = 9.40%
BLUE value IS 208 (81.64% from 255) = 69.80%
R=20.81%
G=9.40%
B=69.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal62282080.700.8700.18251.3376.2746.27
Hex3E1CD04657012fb4c2e
Octal763432010612702237311456
Binary111110111001101000010001101010111010010111110111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,28,208); }

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

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

 a { background-color: rgb(62,28,208); }

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

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

 span { border-color: rgb(62,28,208); }

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