#411BFC

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

Shades of Han Purple #411BFC

Tints of Han Purple #411BFC

Color information

#411BFC (or 0x411BFC) is unknown color: approx Han Purple. HEX triplet: 41, 1B and FC. RGB value is (65,27,252). Sum of RGB (Red+Green+Blue) = 65+27+252=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #411BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411BFC is #BEE403. Grayscale: #3F3F3F. Windows color (decimal): -12510212 or 16522049. OLE color: 16522049.

HSL color Cylindrical-coordinate representation of color #411BFC: hue angle of 250.13º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411BFC is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB6527252-
CMYK0.740.8900.01
HSL250.13º97.4%54.71%-
HSV(B)250.13º89.29%98.82%-
XYZ20.148.9492.76-
YUV64.01234.09128.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 27 (10.94% from 255) = 7.85%
BLUE value IS 252 (98.83% from 255) = 73.26%
R=18.90%
G=7.85%
B=73.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal65272520.740.8900.01250.1397.454.71
Hex411BFC4A5901fa6137
Octal101333741121310137214167
Binary100000111011111111001001010101100101111110101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,27,252); }

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

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

 a { background-color: rgb(65,27,252); }

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

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

 span { border-color: rgb(65,27,252); }

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