Html Css Color HEX #411FF8 Han Purple

📋 copy color: '#411FF8'

red 65 ◦ green 31 ◦ blue 248

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

Shades of Han Purple #411FF8

Tints of Han Purple #411FF8

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.01%

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

R = 18.9%
G = 9.01%
B = 72.09%

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

#411FF8 (or 0x411FF8) is known color: Han Purple. HEX triplet: 41, 1F and F8. RGB value is (65,31,248). Sum of RGB (Red+Green+Blue) = 65+31+248=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 248 (97.27% from 255 or 72.09% from 344); Max value from RGB is 248 - color contains mainly: blue. Hex color #411FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411FF8 is #BEE007. Grayscale: #414141. Windows color (decimal): -12509192 or 16260929. OLE color: 16260929.

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

Color convert

RGB 65 31 248 -
CMYK 0.74 0.88 0 0.03
HSL 249.4º 0.94% 0.55% -
HSV(B) 249.4º 0.88% 0.97% -
XYZ 19.61 8.88 89.49 -
YUV 65.9 230.76 127.36 -
System Red Green Blue C M Y K H S L
Decimal 65 31 248 0.74 0.88 0 0.03 249.4 0.94 0.55
Hex 41 1F F8 4A 58 0 3 F9 5E 37
Octal 101 37 370 112 130 0 3 371 136 67
Binary 1000001 11111 11111000 1001010 1011000 0 11 11111001 1011110 110111

Color Harmonies of #411FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411FF8

Black with #411FF8

Text Example


Text Example

White with #411FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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