Html Css Color HEX #411BF1 Han Purple

📋 copy color: '#411BF1'

red 65 ◦ green 27 ◦ blue 241

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

Shades of Han Purple #411BF1

Tints of Han Purple #411BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 72.37%

R = 19.52%
G = 8.11%
B = 72.37%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#411BF1 (or 0x411BF1) is known color: Han Purple. HEX triplet: 41, 1B and F1. RGB value is (65,27,241). Sum of RGB (Red+Green+Blue) = 65+27+241=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 241 (94.53% from 255 or 72.37% from 333); Max value from RGB is 241 - color contains mainly: blue. Hex color #411BF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411BF1 is #BEE40E. Grayscale: #3D3D3D. Windows color (decimal): -12510223 or 15801153. OLE color: 15801153.

HSL color Cylindrical-coordinate representation of color #411BF1: hue angle of 250.65º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411BF1 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 27 241 -
CMYK 0.73 0.89 0 0.05
HSL 250.65º 0.88% 0.53% -
HSV(B) 250.65º 0.89% 0.95% -
XYZ 18.45 8.26 83.84 -
YUV 62.76 228.59 129.6 -
System Red Green Blue C M Y K H S L
Decimal 65 27 241 0.73 0.89 0 0.05 250.65 0.88 0.53
Hex 41 1B F1 49 59 0 5 FB 58 35
Octal 101 33 361 111 131 0 5 373 130 65
Binary 1000001 11011 11110001 1001001 1011001 0 101 11111011 1011000 110101

Color Harmonies of #411BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411BF1

Black with #411BF1

Text Example


Text Example

White with #411BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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