#401DDC

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

Shades of Han Purple #401DDC

Tints of Han Purple #401DDC

Color information

#401DDC (or 0x401DDC) is unknown color: approx Han Purple. HEX triplet: 40, 1D and DC. RGB value is (64,29,220). Sum of RGB (Red+Green+Blue) = 64+29+220=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #401DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401DDC is #BFE223. Grayscale: #3C3C3C. Windows color (decimal): -12575268 or 14425408. OLE color: 14425408.

HSL color Cylindrical-coordinate representation of color #401DDC: hue angle of 250.99º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401DDC is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6429220-
CMYK0.710.8700.14
HSL250.99º76.71%48.82%-
HSV(B)250.99º86.82%86.27%-
XYZ15.477.1468.27-
YUV61.24217.6129.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.45%
GREEN value IS 29 (11.72% from 255) = 9.27%
BLUE value IS 220 (86.33% from 255) = 70.29%
R=20.45%
G=9.27%
B=70.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal64292200.710.8700.14250.9976.7148.82
Hex401DDC47570Efb4d31
Octal1003533410712701637311561
Binary100000011101110111001000111101011101110111110111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,29,220); }

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

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

 a { background-color: rgb(64,29,220); }

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

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

 span { border-color: rgb(64,29,220); }

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