#4311FA

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

Shades of Han Purple #4311FA

Tints of Han Purple #4311FA

Color information

#4311FA (or 0x4311FA) is unknown color: approx Han Purple. HEX triplet: 43, 11 and FA. RGB value is (67,17,250). Sum of RGB (Red+Green+Blue) = 67+17+250=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #4311FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4311FA is #BCEE05. Grayscale: #393939. Windows color (decimal): -12381702 or 16388419. OLE color: 16388419.

HSL color Cylindrical-coordinate representation of color #4311FA: hue angle of 252.88º 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 #4311FA is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6717250-
CMYK0.730.9300.02
HSL252.88º95.88%52.35%-
HSV(B)252.88º93.2%98.04%-
XYZ19.778.591.04-
YUV58.51236.06134.05-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.06%
GREEN value IS 17 (7.03% from 255) = 5.09%
BLUE value IS 250 (98.05% from 255) = 74.85%
R=20.06%
G=5.09%
B=74.85%

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
Decimal67172500.730.9300.02252.8895.8852.35
Hex4311FA495D02fd6034
Octal103213721111350237514064
Binary1000011100011111101010010011011101010111111011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4311FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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