#4015EC

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

Shades of Han Purple #4015EC

Tints of Han Purple #4015EC

Color information

#4015EC (or 0x4015EC) is unknown color: approx Han Purple. HEX triplet: 40, 15 and EC. RGB value is (64,21,236). Sum of RGB (Red+Green+Blue) = 64+21+236=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 236 (92.58% from 255 or 73.52% from 321); Max value from RGB is 236 - color contains mainly: blue. Hex color #4015EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4015EC is #BFEA13. Grayscale: #393939. Windows color (decimal): -12577300 or 15471936. OLE color: 15471936.

HSL color Cylindrical-coordinate representation of color #4015EC: hue angle of 252º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4015EC is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6421236-
CMYK0.730.9100.07
HSL252º84.98%50.39%-
HSV(B)252º91.1%92.55%-
XYZ17.527.6879.92-
YUV58.37228.25132.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.94%
GREEN value IS 21 (8.59% from 255) = 6.54%
BLUE value IS 236 (92.58% from 255) = 73.52%
R=19.94%
G=6.54%
B=73.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal64212360.730.9100.0725284.9850.39
Hex4015EC495B07fc5532
Octal100253541111330737412562
Binary10000001010111101100100100110110110111111111001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4015EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4015EC; }

 p { color: rgb(64,21,236); }

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

<style>
 a { background-color: #4015EC; }

 a { background-color: rgb(64,21,236); }

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

<style>
 span { border-color: #4015EC; }

 span { border-color: rgb(64,21,236); }

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