#412EF7

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

Shades of Han Purple #412EF7

Tints of Han Purple #412EF7

Color information

#412EF7 (or 0x412EF7) is unknown color: approx Han Purple. HEX triplet: 41, 2E and F7. RGB value is (65,46,247). Sum of RGB (Red+Green+Blue) = 65+46+247=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 247 (96.88% from 255 or 68.99% from 358); Max value from RGB is 247 - color contains mainly: blue. Hex color #412EF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412EF7 is #BED108. Grayscale: #494949. Windows color (decimal): -12505353 or 16199233. OLE color: 16199233.

HSL color Cylindrical-coordinate representation of color #412EF7: hue angle of 245.67º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #412EF7 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6546247-
CMYK0.740.8100.03
HSL245.67º92.63%57.45%-
HSV(B)245.67º81.38%96.86%-
XYZ19.959.7988.83-
YUV74.6225.29121.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.16%
GREEN value IS 46 (18.36% from 255) = 12.85%
BLUE value IS 247 (96.88% from 255) = 68.99%
R=18.16%
G=12.85%
B=68.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal65462470.740.8100.03245.6792.6357.45
Hex412EF74A5103f65d39
Octal101563671121210336613571
Binary10000011011101111011110010101010001011111101101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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