#411cdc

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

Shades of Han Purple #411CDC

Tints of Han Purple #411CDC

Color information

#411CDC (or 0x411CDC) is unknown color: approx Han Purple. HEX triplet: 41, 1C and DC. RGB value is (65,28,220). Sum of RGB (Red+Green+Blue) = 65+28+220=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 28 (11.33% from 255 or 8.95% 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 #411CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411CDC is #BEE323. Grayscale: #3C3C3C. Windows color (decimal): -12509988 or 14425153. OLE color: 14425153.

HSL color Cylindrical-coordinate representation of color #411CDC: hue angle of 251.56º 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 #411CDC is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6528220-
CMYK0.700.8700.14
HSL251.56º77.42%48.63%-
HSV(B)251.56º87.27%86.27%-
XYZ15.517.1268.27-
YUV60.95217.76130.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 28 (11.33% from 255) = 8.95%
BLUE value IS 220 (86.33% from 255) = 70.29%
R=20.77%
G=8.95%
B=70.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal65282200.700.8700.14251.5677.4248.63
Hex411CDC46570Efc4d31
Octal1013433410612701637411561
Binary100000111100110111001000110101011101110111111001001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411cdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411cdc; }

 p { color: rgb(65,28,220); }

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

<style>
 a { background-color: #411cdc; }

 a { background-color: rgb(65,28,220); }

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

<style>
 span { border-color: #411cdc; }

 span { border-color: rgb(65,28,220); }

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