Html Css Color HEX #411FFB Han Purple

📋 copy color: '#411FFB'

red 65 ◦ green 31 ◦ blue 251

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

Shades of Han Purple #411FFB

Tints of Han Purple #411FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 72.33%

R = 18.73%
G = 8.93%
B = 72.33%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#411FFB (or 0x411FFB) is known color: Han Purple. HEX triplet: 41, 1F and FB. RGB value is (65,31,251). Sum of RGB (Red+Green+Blue) = 65+31+251=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #411FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411FFB is #BEE004. Grayscale: #414141. Windows color (decimal): -12509189 or 16457537. OLE color: 16457537.

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

Color convert

RGB 65 31 251 -
CMYK 0.74 0.88 0 0.02
HSL 249.27º 0.96% 0.55% -
HSV(B) 249.27º 0.88% 0.98% -
XYZ 20.08 9.07 91.96 -
YUV 66.25 232.26 127.11 -
System Red Green Blue C M Y K H S L
Decimal 65 31 251 0.74 0.88 0 0.02 249.27 0.96 0.55
Hex 41 1F FB 4A 58 0 2 F9 60 37
Octal 101 37 373 112 130 0 2 371 140 67
Binary 1000001 11111 11111011 1001010 1011000 0 10 11111001 1100000 110111

Color Harmonies of #411FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411FFB

Black with #411FFB

Text Example


Text Example

White with #411FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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