#4411F4

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

Shades of Han Purple #4411F4

Tints of Han Purple #4411F4

Color information

#4411F4 (or 0x4411F4) is unknown color: approx Han Purple. HEX triplet: 44, 11 and F4. RGB value is (68,17,244). Sum of RGB (Red+Green+Blue) = 68+17+244=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 244 (95.70% from 255 or 74.16% from 329); Max value from RGB is 244 - color contains mainly: blue. Hex color #4411F4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4411F4 is #BBEE0B. Grayscale: #393939. Windows color (decimal): -12316172 or 15995204. OLE color: 15995204.

HSL color Cylindrical-coordinate representation of color #4411F4: hue angle of 253.48º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4411F4 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6817244-
CMYK0.720.9300.04
HSL253.48º91.16%51.18%-
HSV(B)253.48º93.03%95.69%-
XYZ18.918.1686.17-
YUV58.13232.9135.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 17 (7.03% from 255) = 5.17%
BLUE value IS 244 (95.70% from 255) = 74.16%
R=20.67%
G=5.17%
B=74.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal68172440.720.9300.04253.4891.1651.18
Hex4411F4485D04fd5b33
Octal104213641101350437513363
Binary10001001000111110100100100010111010100111111011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4411F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4411F4; }

 p { color: rgb(68,17,244); }

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

<style>
 a { background-color: #4411F4; }

 a { background-color: rgb(68,17,244); }

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

<style>
 span { border-color: #4411F4; }

 span { border-color: rgb(68,17,244); }

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