Html Css Color HEX #411BDE Han Purple

📋 copy color: '#411BDE'

red 65 ◦ green 27 ◦ blue 222

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

Shades of Han Purple #411BDE

Tints of Han Purple #411BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.7%

R = 20.7%
G = 8.6%
B = 70.7%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#411BDE (or 0x411BDE) is known color: Han Purple. HEX triplet: 41, 1B and DE. RGB value is (65,27,222). Sum of RGB (Red+Green+Blue) = 65+27+222=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 222 (87.11% from 255 or 70.70% from 314); Max value from RGB is 222 - color contains mainly: blue. Hex color #411BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411BDE is #BEE421. Grayscale: #3B3B3B. Windows color (decimal): -12510242 or 14555969. OLE color: 14555969.

HSL color Cylindrical-coordinate representation of color #411BDE: hue angle of 251.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411BDE is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 27 222 -
CMYK 0.71 0.88 0 0.13
HSL 251.69º 0.78% 0.49% -
HSV(B) 251.69º 0.88% 0.87% -
XYZ 15.76 7.18 69.66 -
YUV 60.59 219.09 131.14 -
System Red Green Blue C M Y K H S L
Decimal 65 27 222 0.71 0.88 0 0.13 251.69 0.78 0.49
Hex 41 1B DE 47 58 0 D FC 4E 31
Octal 101 33 336 107 130 0 15 374 116 61
Binary 1000001 11011 11011110 1000111 1011000 0 1101 11111100 1001110 110001

Color Harmonies of #411BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411BDE

Black with #411BDE

Text Example


Text Example

White with #411BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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