#3E15D1

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

Shades of Han Purple #3E15D1

Tints of Han Purple #3E15D1

Color information

#3E15D1 (or 0x3E15D1) is unknown color: approx Han Purple. HEX triplet: 3E, 15 and D1. RGB value is (62,21,209). Sum of RGB (Red+Green+Blue) = 62+21+209=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 209 (82.03% from 255 or 71.58% from 292); Max value from RGB is 209 - color contains mainly: blue. Hex color #3E15D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E15D1 is #C1EA2E. Grayscale: #353535. Windows color (decimal): -12708399 or 13702462. OLE color: 13702462.

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

Color convert

RGB6221209-
CMYK0.700.9000.18
HSL253.09º81.74%45.1%-
HSV(B)253.09º89.95%81.96%-
XYZ13.766.1660.79-
YUV54.69215.08133.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.23%
GREEN value IS 21 (8.59% from 255) = 7.19%
BLUE value IS 209 (82.03% from 255) = 71.58%
R=21.23%
G=7.19%
B=71.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal62212090.700.9000.18253.0981.7445.1
Hex3E15D1465A012fd522d
Octal762532110613202237512255
Binary111110101011101000110001101011010010010111111011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E15D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,21,209); }

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

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

 a { background-color: rgb(62,21,209); }

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

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

 span { border-color: rgb(62,21,209); }

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