#3A1AD0

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

Shades of Han Purple #3A1AD0

Tints of Han Purple #3A1AD0

Color information

#3A1AD0 (or 0x3A1AD0) is unknown color: approx Han Purple. HEX triplet: 3A, 1A and D0. RGB value is (58,26,208). Sum of RGB (Red+Green+Blue) = 58+26+208=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 208 (81.64% from 255 or 71.23% from 292); Max value from RGB is 208 - color contains mainly: blue. Hex color #3A1AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1AD0 is #C5E52F. Grayscale: #373737. Windows color (decimal): -12969264 or 13638202. OLE color: 13638202.

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

Color convert

RGB5826208-
CMYK0.720.8800.18
HSL250.55º77.78%45.88%-
HSV(B)250.55º87.5%81.57%-
XYZ13.56.1960.16-
YUV56.32213.6129.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.86%
GREEN value IS 26 (10.55% from 255) = 8.90%
BLUE value IS 208 (81.64% from 255) = 71.23%
R=19.86%
G=8.90%
B=71.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal58262080.720.8800.18250.5577.7845.88
Hex3A1AD04858012fb4e2e
Octal723232011013002237311656
Binary111010110101101000010010001011000010010111110111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,26,208); }

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

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

 a { background-color: rgb(58,26,208); }

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

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

 span { border-color: rgb(58,26,208); }

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