#4413F0

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

Shades of Han Purple #4413F0

Tints of Han Purple #4413F0

Color information

#4413F0 (or 0x4413F0) is unknown color: approx Han Purple. HEX triplet: 44, 13 and F0. RGB value is (68,19,240). Sum of RGB (Red+Green+Blue) = 68+19+240=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 240 (94.14% from 255 or 73.39% from 327); Max value from RGB is 240 - color contains mainly: blue. Hex color #4413F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4413F0 is #BBEC0F. Grayscale: #3A3A3A. Windows color (decimal): -12315664 or 15733572. OLE color: 15733572.

HSL color Cylindrical-coordinate representation of color #4413F0: hue angle of 253.3º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4413F0 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6819240-
CMYK0.720.9200.06
HSL253.3º88.05%50.78%-
HSV(B)253.3º92.08%94.12%-
XYZ18.347.9983.01-
YUV58.84230.23134.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 19 (7.81% from 255) = 5.81%
BLUE value IS 240 (94.14% from 255) = 73.39%
R=20.80%
G=5.81%
B=73.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal68192400.720.9200.06253.388.0550.78
Hex4413F0485C06fd5833
Octal104233601101340637513063
Binary10001001001111110000100100010111000110111111011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4413F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4413F0; }

 p { color: rgb(68,19,240); }

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

<style>
 a { background-color: #4413F0; }

 a { background-color: rgb(68,19,240); }

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

<style>
 span { border-color: #4413F0; }

 span { border-color: rgb(68,19,240); }

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