Html Css Color HEX #411BF6 Han Purple

📋 copy color: '#411BF6'

red 65 ◦ green 27 ◦ blue 246

#411BF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #411BF6

Tints of Han Purple #411BF6

RGB

 RED value IS 65 (25.78% from 255) = 19.23%

 GREEN value IS 27 (10.94% from 255) = 7.99%

 BLUE value IS 246 (96.48% from 255) = 72.78%

R = 19.23%
G = 7.99%
B = 72.78%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#411BF6 (or 0x411BF6) is known color: Han Purple. HEX triplet: 41, 1B and F6. RGB value is (65,27,246). Sum of RGB (Red+Green+Blue) = 65+27+246=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 246 (96.48% from 255 or 72.78% from 338); Max value from RGB is 246 - color contains mainly: blue. Hex color #411BF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411BF6 is #BEE409. Grayscale: #3E3E3E. Windows color (decimal): -12510218 or 16128833. OLE color: 16128833.

HSL color Cylindrical-coordinate representation of color #411BF6: hue angle of 250.41º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411BF6 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 65 27 246 -
CMYK 0.74 0.89 0 0.04
HSL 250.41º 0.92% 0.54% -
HSV(B) 250.41º 0.89% 0.96% -
XYZ 19.21 8.56 87.83 -
YUV 63.33 231.09 129.19 -
System Red Green Blue C M Y K H S L
Decimal 65 27 246 0.74 0.89 0 0.04 250.41 0.92 0.54
Hex 41 1B F6 4A 59 0 4 FA 5C 36
Octal 101 33 366 112 131 0 4 372 134 66
Binary 1000001 11011 11110110 1001010 1011001 0 100 11111010 1011100 110110

Color Harmonies of #411BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411BF6

Black with #411BF6

Text Example


Text Example

White with #411BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #411BF6;
 }
 .AnyTagClassName
 {
   color: #411BF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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