#411FE3

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

Shades of Han Purple #411FE3

Tints of Han Purple #411FE3

Color information

#411FE3 (or 0x411FE3) is unknown color: approx Han Purple. HEX triplet: 41, 1F and E3. RGB value is (65,31,227). Sum of RGB (Red+Green+Blue) = 65+31+227=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 227 (89.06% from 255 or 70.28% from 323); Max value from RGB is 227 - color contains mainly: blue. Hex color #411FE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411FE3 is #BEE01C. Grayscale: #3E3E3E. Windows color (decimal): -12509213 or 14884673. OLE color: 14884673.

HSL color Cylindrical-coordinate representation of color #411FE3: hue angle of 250.41º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411FE3 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6531227-
CMYK0.710.8600.11
HSL250.41º77.78%50.59%-
HSV(B)250.41º86.34%89.02%-
XYZ16.547.6573.28-
YUV63.51220.26129.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.12%
GREEN value IS 31 (12.5% from 255) = 9.60%
BLUE value IS 227 (89.06% from 255) = 70.28%
R=20.12%
G=9.60%
B=70.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal65312270.710.8600.11250.4177.7850.59
Hex411FE347560Bfa4e33
Octal1013734310712601337211663
Binary100000111111111000111000111101011001011111110101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411FE3; }

 p { color: rgb(65,31,227); }

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

<style>
 a { background-color: #411FE3; }

 a { background-color: rgb(65,31,227); }

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

<style>
 span { border-color: #411FE3; }

 span { border-color: rgb(65,31,227); }

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