#4112ff

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

Shades of Han Purple #4112FF

Tints of Han Purple #4112FF

Color information

#4112FF (or 0x4112FF) is unknown color: approx Han Purple. HEX triplet: 41, 12 and FF. RGB value is (65,18,255). Sum of RGB (Red+Green+Blue) = 65+18+255=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #4112FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4112FF is #BEED00. Grayscale: #3A3A3A. Windows color (decimal): -12512513 or 16716353. OLE color: 16716353.

HSL color Cylindrical-coordinate representation of color #4112FF: hue angle of 251.9º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4112FF is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6518255-
CMYK0.750.9300
HSL251.9º100%53.53%-
HSV(B)251.9º92.94%100%-
XYZ20.458.7895.22-
YUV59.07238.57132.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.23%
GREEN value IS 18 (7.42% from 255) = 5.33%
BLUE value IS 255 (100% from 255) = 75.44%
R=19.23%
G=5.33%
B=75.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal65182550.750.9300251.910053.53
Hex4112FF4B5D00fc6436
Octal101223771131350037414466
Binary100000110010111111111001011101110100111111001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4112ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4112ff; }

 p { color: rgb(65,18,255); }

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

<style>
 a { background-color: #4112ff; }

 a { background-color: rgb(65,18,255); }

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

<style>
 span { border-color: #4112ff; }

 span { border-color: rgb(65,18,255); }

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