#3A2ADD

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

Shades of Han Purple #3A2ADD

Tints of Han Purple #3A2ADD

Color information

#3A2ADD (or 0x3A2ADD) is unknown color: approx Han Purple. HEX triplet: 3A, 2A and DD. RGB value is (58,42,221). Sum of RGB (Red+Green+Blue) = 58+42+221=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A2ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2ADD is #C5D522. Grayscale: #424242. Windows color (decimal): -12965155 or 14494266. OLE color: 14494266.

HSL color Cylindrical-coordinate representation of color #3A2ADD: hue angle of 245.36º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A2ADD is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5842221-
CMYK0.740.8100.13
HSL245.36º72.47%51.57%-
HSV(B)245.36º81%86.67%-
XYZ15.627.7869.08-
YUV67.19214.8121.45-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.07%
GREEN value IS 42 (16.80% from 255) = 13.08%
BLUE value IS 221 (86.72% from 255) = 68.85%
R=18.07%
G=13.08%
B=68.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal58422210.740.8100.13245.3672.4751.57
Hex3A2ADD4A510Df54834
Octal725233511212101536511064
Binary111010101010110111011001010101000101101111101011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,42,221); }

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

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

 a { background-color: rgb(58,42,221); }

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

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

 span { border-color: rgb(58,42,221); }

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