Html Css Color HEX #411DF8 Han Purple

📋 copy color: '#411DF8'

red 65 ◦ green 29 ◦ blue 248

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

Shades of Han Purple #411DF8

Tints of Han Purple #411DF8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.48%

 BLUE value IS 248 (97.27% from 255) = 72.51%

R = 19.01%
G = 8.48%
B = 72.51%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#411DF8 (or 0x411DF8) is known color: Han Purple. HEX triplet: 41, 1D and F8. RGB value is (65,29,248). Sum of RGB (Red+Green+Blue) = 65+29+248=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 248 (97.27% from 255 or 72.51% from 342); Max value from RGB is 248 - color contains mainly: blue. Hex color #411DF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411DF8 is #BEE207. Grayscale: #3F3F3F. Windows color (decimal): -12509704 or 16260417. OLE color: 16260417.

HSL color Cylindrical-coordinate representation of color #411DF8: hue angle of 249.86º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411DF8 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 65 29 248 -
CMYK 0.74 0.88 0 0.03
HSL 249.86º 0.94% 0.54% -
HSV(B) 249.86º 0.88% 0.97% -
XYZ 19.56 8.78 89.47 -
YUV 64.73 231.43 128.19 -
System Red Green Blue C M Y K H S L
Decimal 65 29 248 0.74 0.88 0 0.03 249.86 0.94 0.54
Hex 41 1D F8 4A 58 0 3 FA 5E 36
Octal 101 35 370 112 130 0 3 372 136 66
Binary 1000001 11101 11111000 1001010 1011000 0 11 11111010 1011110 110110

Color Harmonies of #411DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411DF8

Black with #411DF8

Text Example


Text Example

White with #411DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,29,248); }

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

background-color css

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

 a { background-color: rgb(65,29,248); }

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

border-color css

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

 span { border-color: rgb(65,29,248); }

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