#411DEC

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

Shades of Han Purple #411DEC

Tints of Han Purple #411DEC

Color information

#411DEC (or 0x411DEC) is unknown color: approx Han Purple. HEX triplet: 41, 1D and EC. RGB value is (65,29,236). Sum of RGB (Red+Green+Blue) = 65+29+236=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #411DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411DEC is #BEE213. Grayscale: #3E3E3E. Windows color (decimal): -12509716 or 15473985. OLE color: 15473985.

HSL color Cylindrical-coordinate representation of color #411DEC: hue angle of 250.43º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411DEC is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6529236-
CMYK0.720.8800.07
HSL250.43º84.49%51.96%-
HSV(B)250.43º87.71%92.55%-
XYZ17.768.0679.98-
YUV63.36225.43129.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.70%
GREEN value IS 29 (11.72% from 255) = 8.79%
BLUE value IS 236 (92.58% from 255) = 71.52%
R=19.70%
G=8.79%
B=71.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal65292360.720.8800.07250.4384.4951.96
Hex411DEC485807fa5434
Octal101353541101300737212464
Binary10000011110111101100100100010110000111111110101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,29,236); }

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

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

 a { background-color: rgb(65,29,236); }

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

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

 span { border-color: rgb(65,29,236); }

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