Html Css Color HEX #411AD1 Han Purple

📋 copy color: '#411AD1'

red 65 ◦ green 26 ◦ blue 209

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

Shades of Han Purple #411AD1

Tints of Han Purple #411AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 69.67%

R = 21.67%
G = 8.67%
B = 69.67%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#411AD1 (or 0x411AD1) is known color: Han Purple. HEX triplet: 41, 1A and D1. RGB value is (65,26,209). Sum of RGB (Red+Green+Blue) = 65+26+209=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 209 (82.03% from 255 or 69.67% from 300); Max value from RGB is 209 - color contains mainly: blue. Hex color #411AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411AD1 is #BEE52E. Grayscale: #393939. Windows color (decimal): -12510511 or 13703745. OLE color: 13703745.

HSL color Cylindrical-coordinate representation of color #411AD1: hue angle of 252.79º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411AD1 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 26 209 -
CMYK 0.69 0.88 0 0.18
HSL 252.79º 0.78% 0.46% -
HSV(B) 252.79º 0.88% 0.82% -
XYZ 14.06 6.47 60.83 -
YUV 58.52 212.92 132.62 -
System Red Green Blue C M Y K H S L
Decimal 65 26 209 0.69 0.88 0 0.18 252.79 0.78 0.46
Hex 41 1A D1 45 58 0 12 FD 4E 2E
Octal 101 32 321 105 130 0 22 375 116 56
Binary 1000001 11010 11010001 1000101 1011000 0 10010 11111101 1001110 101110

Color Harmonies of #411AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411AD1

Black with #411AD1

Text Example


Text Example

White with #411AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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