#4100DE

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

Shades of Han Purple #4100DE

Tints of Han Purple #4100DE

Color information

#4100DE (or 0x4100DE) is unknown color: approx Han Purple. HEX triplet: 41, 00 and DE. RGB value is (65,0,222). Sum of RGB (Red+Green+Blue) = 65+0+222=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 222 (87.11% from 255 or 77.35% from 287); Max value from RGB is 222 - color contains mainly: blue. Hex color #4100DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4100DE is #BEFF21. Grayscale: #2B2B2B. Windows color (decimal): -12517154 or 14549057. OLE color: 14549057.

HSL color Cylindrical-coordinate representation of color #4100DE: hue angle of 257.57º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4100DE is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB650222-
CMYK0.71100.13
HSL257.57º100%43.53%-
HSV(B)257.57º100%87.06%-
XYZ15.366.469.53-
YUV44.74228.03142.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 222 (87.11% from 255) = 77.35%
R=22.65%
G=0%
B=77.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal6502220.71100.13257.5710043.53
Hex410DE47640D102642c
Octal101033610714401540214454
Binary100000101101111010001111100100011011000000101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4100DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4100DE; }

 p { color: rgb(65,0,222); }

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

<style>
 a { background-color: #4100DE; }

 a { background-color: rgb(65,0,222); }

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

<style>
 span { border-color: #4100DE; }

 span { border-color: rgb(65,0,222); }

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