Html Css Color HEX #411DDF Han Purple

📋 copy color: '#411DDF'

red 65 ◦ green 29 ◦ blue 223

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

Shades of Han Purple #411DDF

Tints of Han Purple #411DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.35%

R = 20.5%
G = 9.15%
B = 70.35%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#411DDF (or 0x411DDF) is known color: Han Purple. HEX triplet: 41, 1D and DF. RGB value is (65,29,223). Sum of RGB (Red+Green+Blue) = 65+29+223=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #411DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411DDF is #BEE220. Grayscale: #3D3D3D. Windows color (decimal): -12509729 or 14622017. OLE color: 14622017.

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

Color convert

RGB 65 29 223 -
CMYK 0.71 0.87 0 0.13
HSL 251.13º 0.77% 0.49% -
HSV(B) 251.13º 0.87% 0.87% -
XYZ 15.94 7.33 70.39 -
YUV 61.88 218.93 130.23 -
System Red Green Blue C M Y K H S L
Decimal 65 29 223 0.71 0.87 0 0.13 251.13 0.77 0.49
Hex 41 1D DF 47 57 0 D FB 4D 31
Octal 101 35 337 107 127 0 15 373 115 61
Binary 1000001 11101 11011111 1000111 1010111 0 1101 11111011 1001101 110001

Color Harmonies of #411DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411DDF

Black with #411DDF

Text Example


Text Example

White with #411DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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