#4110DD

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

Shades of Han Purple #4110DD

Tints of Han Purple #4110DD

Color information

#4110DD (or 0x4110DD) is unknown color: approx Han Purple. HEX triplet: 41, 10 and DD. RGB value is (65,16,221). Sum of RGB (Red+Green+Blue) = 65+16+221=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #4110DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4110DD is #BEEF22. Grayscale: #353535. Windows color (decimal): -12513059 or 14487617. OLE color: 14487617.

HSL color Cylindrical-coordinate representation of color #4110DD: hue angle of 254.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4110DD is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6516221-
CMYK0.710.9300.13
HSL254.34º86.5%46.47%-
HSV(B)254.34º92.76%86.67%-
XYZ15.426.7168.89-
YUV54.02222.23135.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.52%
GREEN value IS 16 (6.64% from 255) = 5.30%
BLUE value IS 221 (86.72% from 255) = 73.18%
R=21.52%
G=5.30%
B=73.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal65162210.710.9300.13254.3486.546.47
Hex4110DD475D0Dfe562e
Octal1012033510713501537612656
Binary100000110000110111011000111101110101101111111101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4110DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4110DD; }

 p { color: rgb(65,16,221); }

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

<style>
 a { background-color: #4110DD; }

 a { background-color: rgb(65,16,221); }

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

<style>
 span { border-color: #4110DD; }

 span { border-color: rgb(65,16,221); }

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