Html Css Color HEX #411AE5 Han Purple

📋 copy color: '#411AE5'

red 65 ◦ green 26 ◦ blue 229

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

Shades of Han Purple #411AE5

Tints of Han Purple #411AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 71.56%

R = 20.31%
G = 8.13%
B = 71.56%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#411AE5 (or 0x411AE5) is known color: Han Purple. HEX triplet: 41, 1A and E5. RGB value is (65,26,229). Sum of RGB (Red+Green+Blue) = 65+26+229=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 229 (89.84% from 255 or 71.56% from 320); Max value from RGB is 229 - color contains mainly: blue. Hex color #411AE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411AE5 is #BEE51A. Grayscale: #3C3C3C. Windows color (decimal): -12510491 or 15014465. OLE color: 15014465.

HSL color Cylindrical-coordinate representation of color #411AE5: hue angle of 251.53º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411AE5 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 65 26 229 -
CMYK 0.72 0.89 0 0.10
HSL 251.53º 0.8% 0.5% -
HSV(B) 251.53º 0.89% 0.9% -
XYZ 16.69 7.52 74.7 -
YUV 60.8 222.92 130.99 -
System Red Green Blue C M Y K H S L
Decimal 65 26 229 0.72 0.89 0 0.10 251.53 0.8 0.5
Hex 41 1A E5 48 59 0 A FC 50 32
Octal 101 32 345 110 131 0 12 374 120 62
Binary 1000001 11010 11100101 1001000 1011001 0 1010 11111100 1010000 110010

Color Harmonies of #411AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411AE5

Black with #411AE5

Text Example


Text Example

White with #411AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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