Html Css Color HEX #411AE0 Han Purple

📋 copy color: '#411AE0'

red 65 ◦ green 26 ◦ blue 224

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

Shades of Han Purple #411AE0

Tints of Han Purple #411AE0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.25%

 BLUE value IS 224 (87.89% from 255) = 71.11%

R = 20.63%
G = 8.25%
B = 71.11%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#411AE0 (or 0x411AE0) is known color: Han Purple. HEX triplet: 41, 1A and E0. RGB value is (65,26,224). Sum of RGB (Red+Green+Blue) = 65+26+224=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 224 (87.89% from 255 or 71.11% from 315); Max value from RGB is 224 - color contains mainly: blue. Hex color #411AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411AE0 is #BEE51F. Grayscale: #3B3B3B. Windows color (decimal): -12510496 or 14686785. OLE color: 14686785.

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

Color convert

RGB 65 26 224 -
CMYK 0.71 0.88 0 0.12
HSL 251.82º 0.79% 0.49% -
HSV(B) 251.82º 0.88% 0.88% -
XYZ 16 7.24 71.08 -
YUV 60.23 220.42 131.4 -
System Red Green Blue C M Y K H S L
Decimal 65 26 224 0.71 0.88 0 0.12 251.82 0.79 0.49
Hex 41 1A E0 47 58 0 C FC 4F 31
Octal 101 32 340 107 130 0 14 374 117 61
Binary 1000001 11010 11100000 1000111 1011000 0 1100 11111100 1001111 110001

Color Harmonies of #411AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411AE0

Black with #411AE0

Text Example


Text Example

White with #411AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,26,224); }

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

background-color css

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

 a { background-color: rgb(65,26,224); }

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

border-color css

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

 span { border-color: rgb(65,26,224); }

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