#4411FA

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

Shades of Han Purple #4411FA

Tints of Han Purple #4411FA

Color information

#4411FA (or 0x4411FA) is unknown color: approx Han Purple. HEX triplet: 44, 11 and FA. RGB value is (68,17,250). Sum of RGB (Red+Green+Blue) = 68+17+250=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 250 (98.05% from 255 or 74.63% from 335); Max value from RGB is 250 - color contains mainly: blue. Hex color #4411FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4411FA is #BBEE05. Grayscale: #393939. Windows color (decimal): -12316166 or 16388420. OLE color: 16388420.

HSL color Cylindrical-coordinate representation of color #4411FA: hue angle of 253.13º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4411FA is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6817250-
CMYK0.730.9300.02
HSL253.13º95.88%52.35%-
HSV(B)253.13º93.2%98.04%-
XYZ19.848.5391.04-
YUV58.81235.9134.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.30%
GREEN value IS 17 (7.03% from 255) = 5.07%
BLUE value IS 250 (98.05% from 255) = 74.63%
R=20.30%
G=5.07%
B=74.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal68172500.730.9300.02253.1395.8852.35
Hex4411FA495D02fd6034
Octal104213721111350237514064
Binary1000100100011111101010010011011101010111111011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4411FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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