#4106D1

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

Shades of Han Purple #4106D1

Tints of Han Purple #4106D1

Color information

#4106D1 (or 0x4106D1) is unknown color: approx Han Purple. HEX triplet: 41, 06 and D1. RGB value is (65,6,209). Sum of RGB (Red+Green+Blue) = 65+6+209=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 209 (82.03% from 255 or 74.64% from 280); Max value from RGB is 209 - color contains mainly: blue. Hex color #4106D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4106D1 is #BEF92E. Grayscale: #2E2E2E. Windows color (decimal): -12515631 or 13698625. OLE color: 13698625.

HSL color Cylindrical-coordinate representation of color #4106D1: hue angle of 257.44º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4106D1 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB656209-
CMYK0.690.9700.18
HSL257.44º94.42%42.16%-
HSV(B)257.44º97.13%81.96%-
XYZ13.755.8660.73-
YUV46.78219.55140.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 209 (82.03% from 255) = 74.64%
R=23.21%
G=2.14%
B=74.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal6562090.690.9700.18257.4494.4242.16
Hex416D145610121015e2a
Octal101632110514102240113652
Binary100000111011010001100010111000010100101000000011011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4106D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4106D1; }

 p { color: rgb(65,6,209); }

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

<style>
 a { background-color: #4106D1; }

 a { background-color: rgb(65,6,209); }

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

<style>
 span { border-color: #4106D1; }

 span { border-color: rgb(65,6,209); }

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