Html Css Color HEX #411BFB Han Purple

📋 copy color: '#411BFB'

red 65 ◦ green 27 ◦ blue 251

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

Shades of Han Purple #411BFB

Tints of Han Purple #411BFB

RGB

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

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

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

R = 18.95%
G = 7.87%
B = 73.18%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#411BFB (or 0x411BFB) is known color: Han Purple. HEX triplet: 41, 1B and FB. RGB value is (65,27,251). Sum of RGB (Red+Green+Blue) = 65+27+251=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #411BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411BFB is #BEE404. Grayscale: #3F3F3F. Windows color (decimal): -12510213 or 16456513. OLE color: 16456513.

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

Color convert

RGB 65 27 251 -
CMYK 0.74 0.89 0 0.02
HSL 250.18º 0.97% 0.55% -
HSV(B) 250.18º 0.89% 0.98% -
XYZ 19.98 8.87 91.93 -
YUV 63.9 233.59 128.79 -
System Red Green Blue C M Y K H S L
Decimal 65 27 251 0.74 0.89 0 0.02 250.18 0.97 0.55
Hex 41 1B FB 4A 59 0 2 FA 61 37
Octal 101 33 373 112 131 0 2 372 141 67
Binary 1000001 11011 11111011 1001010 1011001 0 10 11111010 1100001 110111

Color Harmonies of #411BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411BFB

Black with #411BFB

Text Example


Text Example

White with #411BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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