#411BFF

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

Shades of Han Purple #411BFF

Tints of Han Purple #411BFF

Color information

#411BFF (or 0x411BFF) is unknown color: approx Han Purple. HEX triplet: 41, 1B and FF. RGB value is (65,27,255). Sum of RGB (Red+Green+Blue) = 65+27+255=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #411BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411BFF is #BEE400. Grayscale: #3F3F3F. Windows color (decimal): -12510209 or 16718657. OLE color: 16718657.

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

Color convert

RGB6527255-
CMYK0.750.8900
HSL250º100%55.29%-
HSV(B)250º89.41%100%-
XYZ20.629.1395.28-
YUV64.35235.59128.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.73%
GREEN value IS 27 (10.94% from 255) = 7.78%
BLUE value IS 255 (100% from 255) = 73.49%
R=18.73%
G=7.78%
B=73.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal65272550.750.890025010055.29
Hex411BFF4B5900fa6437
Octal101333771131310037214467
Binary100000111011111111111001011101100100111110101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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