#3A1ED1

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

Shades of Han Purple #3A1ED1

Tints of Han Purple #3A1ED1

Color information

#3A1ED1 (or 0x3A1ED1) is unknown color: approx Han Purple. HEX triplet: 3A, 1E and D1. RGB value is (58,30,209). Sum of RGB (Red+Green+Blue) = 58+30+209=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 209 (82.03% from 255 or 70.37% from 297); Max value from RGB is 209 - color contains mainly: blue. Hex color #3A1ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1ED1 is #C5E12E. Grayscale: #3A3A3A. Windows color (decimal): -12968239 or 13704762. OLE color: 13704762.

HSL color Cylindrical-coordinate representation of color #3A1ED1: hue angle of 249.39º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A1ED1 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5830209-
CMYK0.720.8600.18
HSL249.39º74.9%46.86%-
HSV(B)249.39º85.65%81.96%-
XYZ13.726.4360.84-
YUV58.78212.78127.45-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 30 (12.11% from 255) = 10.10%
BLUE value IS 209 (82.03% from 255) = 70.37%
R=19.53%
G=10.10%
B=70.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal58302090.720.8600.18249.3974.946.86
Hex3A1ED14856012f94b2f
Octal723632111012602237111357
Binary111010111101101000110010001010110010010111110011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,30,209); }

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

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

 a { background-color: rgb(58,30,209); }

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

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

 span { border-color: rgb(58,30,209); }

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