#412EF1

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

Shades of Han Purple #412EF1

Tints of Han Purple #412EF1

Color information

#412EF1 (or 0x412EF1) is unknown color: approx Han Purple. HEX triplet: 41, 2E and F1. RGB value is (65,46,241). Sum of RGB (Red+Green+Blue) = 65+46+241=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 241 (94.53% from 255 or 68.47% from 352); Max value from RGB is 241 - color contains mainly: blue. Hex color #412EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412EF1 is #BED10E. Grayscale: #494949. Windows color (decimal): -12505359 or 15806017. OLE color: 15806017.

HSL color Cylindrical-coordinate representation of color #412EF1: hue angle of 245.85º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #412EF1 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6546241-
CMYK0.730.8100.05
HSL245.85º87.44%56.27%-
HSV(B)245.85º80.91%94.51%-
XYZ19.039.4384.04-
YUV73.91222.29121.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.47%
GREEN value IS 46 (18.36% from 255) = 13.07%
BLUE value IS 241 (94.53% from 255) = 68.47%
R=18.47%
G=13.07%
B=68.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal65462410.730.8100.05245.8587.4456.27
Hex412EF1495105f65738
Octal101563611111210536612770
Binary100000110111011110001100100110100010101111101101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412EF1; }

 p { color: rgb(65,46,241); }

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

<style>
 a { background-color: #412EF1; }

 a { background-color: rgb(65,46,241); }

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

<style>
 span { border-color: #412EF1; }

 span { border-color: rgb(65,46,241); }

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