Html Css Color HEX #411DD9 Han Purple

📋 copy color: '#411DD9'

red 65 ◦ green 29 ◦ blue 217

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

Shades of Han Purple #411DD9

Tints of Han Purple #411DD9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.32%

 BLUE value IS 217 (85.16% from 255) = 69.77%

R = 20.9%
G = 9.32%
B = 69.77%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#411DD9 (or 0x411DD9) is known color: Han Purple. HEX triplet: 41, 1D and D9. RGB value is (65,29,217). Sum of RGB (Red+Green+Blue) = 65+29+217=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 217 (85.16% from 255 or 69.77% from 311); Max value from RGB is 217 - color contains mainly: blue. Hex color #411DD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411DD9 is #BEE226. Grayscale: #3C3C3C. Windows color (decimal): -12509735 or 14228801. OLE color: 14228801.

HSL color Cylindrical-coordinate representation of color #411DD9: hue angle of 251.49º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411DD9 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 29 217 -
CMYK 0.70 0.87 0 0.15
HSL 251.49º 0.76% 0.48% -
HSV(B) 251.49º 0.87% 0.85% -
XYZ 15.14 7.01 66.2 -
YUV 61.2 215.93 130.71 -
System Red Green Blue C M Y K H S L
Decimal 65 29 217 0.70 0.87 0 0.15 251.49 0.76 0.48
Hex 41 1D D9 46 57 0 F FB 4C 30
Octal 101 35 331 106 127 0 17 373 114 60
Binary 1000001 11101 11011001 1000110 1010111 0 1111 11111011 1001100 110000

Color Harmonies of #411DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411DD9

Black with #411DD9

Text Example


Text Example

White with #411DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,29,217); }

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

background-color css

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

 a { background-color: rgb(65,29,217); }

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

border-color css

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

 span { border-color: rgb(65,29,217); }

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