#3A2DE1

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

Shades of Han Purple #3A2DE1

Tints of Han Purple #3A2DE1

Color information

#3A2DE1 (or 0x3A2DE1) is unknown color: approx Han Purple. HEX triplet: 3A, 2D and E1. RGB value is (58,45,225). Sum of RGB (Red+Green+Blue) = 58+45+225=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 225 (88.28% from 255 or 68.60% from 328); Max value from RGB is 225 - color contains mainly: blue. Hex color #3A2DE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2DE1 is #C5D21E. Grayscale: #444444. Windows color (decimal): -12964383 or 14757178. OLE color: 14757178.

HSL color Cylindrical-coordinate representation of color #3A2DE1: hue angle of 244.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A2DE1 is Cyan = 0.74, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5845225-
CMYK0.740.800.12
HSL244.33º75%52.94%-
HSV(B)244.33º80%88.24%-
XYZ16.278.2171.96-
YUV69.41215.81119.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.68%
GREEN value IS 45 (17.97% from 255) = 13.72%
BLUE value IS 225 (88.28% from 255) = 68.60%
R=17.68%
G=13.72%
B=68.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal58452250.740.800.12244.337552.94
Hex3A2DE14A500Cf44b35
Octal725534111212001436411365
Binary111010101101111000011001010101000001100111101001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,45,225); }

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

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

 a { background-color: rgb(58,45,225); }

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

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

 span { border-color: rgb(58,45,225); }

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