Html Css Color HEX #411CF6 Han Purple

📋 copy color: '#411CF6'

red 65 ◦ green 28 ◦ blue 246

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

Shades of Han Purple #411CF6

Tints of Han Purple #411CF6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.26%

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

R = 19.17%
G = 8.26%
B = 72.57%

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

#411CF6 (or 0x411CF6) is known color: Han Purple. HEX triplet: 41, 1C and F6. RGB value is (65,28,246). Sum of RGB (Red+Green+Blue) = 65+28+246=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 246 (96.48% from 255 or 72.57% from 339); Max value from RGB is 246 - color contains mainly: blue. Hex color #411CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411CF6 is #BEE309. Grayscale: #3F3F3F. Windows color (decimal): -12509962 or 16129089. OLE color: 16129089.

HSL color Cylindrical-coordinate representation of color #411CF6: hue angle of 250.18º 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 #411CF6 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 65 28 246 -
CMYK 0.74 0.89 0 0.04
HSL 250.18º 0.92% 0.54% -
HSV(B) 250.18º 0.89% 0.96% -
XYZ 19.23 8.61 87.84 -
YUV 63.92 230.76 128.77 -
System Red Green Blue C M Y K H S L
Decimal 65 28 246 0.74 0.89 0 0.04 250.18 0.92 0.54
Hex 41 1C F6 4A 59 0 4 FA 5C 36
Octal 101 34 366 112 131 0 4 372 134 66
Binary 1000001 11100 11110110 1001010 1011001 0 100 11111010 1011100 110110

Color Harmonies of #411CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411CF6

Black with #411CF6

Text Example


Text Example

White with #411CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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