#401AD0

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

Shades of Han Purple #401AD0

Tints of Han Purple #401AD0

Color information

#401AD0 (or 0x401AD0) is unknown color: approx Han Purple. HEX triplet: 40, 1A and D0. RGB value is (64,26,208). Sum of RGB (Red+Green+Blue) = 64+26+208=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 208 (81.64% from 255 or 69.80% from 298); Max value from RGB is 208 - color contains mainly: blue. Hex color #401AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401AD0 is #BFE52F. Grayscale: #393939. Windows color (decimal): -12576048 or 13638208. OLE color: 13638208.

HSL color Cylindrical-coordinate representation of color #401AD0: hue angle of 252.53º 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 #401AD0 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6426208-
CMYK0.690.8800.18
HSL252.53º77.78%45.88%-
HSV(B)252.53º87.5%81.57%-
XYZ13.876.3860.18-
YUV58.11212.59132.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 26 (10.55% from 255) = 8.72%
BLUE value IS 208 (81.64% from 255) = 69.80%
R=21.48%
G=8.72%
B=69.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal64262080.690.8800.18252.5377.7845.88
Hex401AD04558012fd4e2e
Octal1003232010513002237511656
Binary1000000110101101000010001011011000010010111111011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401AD0; }

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

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

<style>
 a { background-color: #401AD0; }

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

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

<style>
 span { border-color: #401AD0; }

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

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