#4118FA

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

Shades of Han Purple #4118FA

Tints of Han Purple #4118FA

Color information

#4118FA (or 0x4118FA) is unknown color: approx Han Purple. HEX triplet: 41, 18 and FA. RGB value is (65,24,250). Sum of RGB (Red+Green+Blue) = 65+24+250=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 250 (98.05% from 255 or 73.75% from 339); Max value from RGB is 250 - color contains mainly: blue. Hex color #4118FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4118FA is #BEE705. Grayscale: #3D3D3D. Windows color (decimal): -12510982 or 16390209. OLE color: 16390209.

HSL color Cylindrical-coordinate representation of color #4118FA: hue angle of 250.88º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4118FA is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6524250-
CMYK0.740.9000.02
HSL250.88º95.76%53.73%-
HSV(B)250.88º90.4%98.04%-
XYZ19.768.6891.08-
YUV62.02234.08130.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 24 (9.77% from 255) = 7.08%
BLUE value IS 250 (98.05% from 255) = 73.75%
R=19.17%
G=7.08%
B=73.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal65242500.740.9000.02250.8895.7653.73
Hex4118FA4A5A02fb6036
Octal101303721121320237314066
Binary1000001110001111101010010101011010010111110111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4118FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,24,250); }

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

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

 a { background-color: rgb(65,24,250); }

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

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

 span { border-color: rgb(65,24,250); }

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