Html Css Color HEX #411DD4 Han Purple

📋 copy color: '#411DD4'

red 65 ◦ green 29 ◦ blue 212

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

Shades of Han Purple #411DD4

Tints of Han Purple #411DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 69.28%

R = 21.24%
G = 9.48%
B = 69.28%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#411DD4 (or 0x411DD4) is known color: Han Purple. HEX triplet: 41, 1D and D4. RGB value is (65,29,212). Sum of RGB (Red+Green+Blue) = 65+29+212=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 212 (83.20% from 255 or 69.28% from 306); Max value from RGB is 212 - color contains mainly: blue. Hex color #411DD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411DD4 is #BEE22B. Grayscale: #3B3B3B. Windows color (decimal): -12509740 or 13901121. OLE color: 13901121.

HSL color Cylindrical-coordinate representation of color #411DD4: hue angle of 251.8º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411DD4 is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 65 29 212 -
CMYK 0.69 0.86 0 0.17
HSL 251.8º 0.76% 0.47% -
HSV(B) 251.8º 0.86% 0.83% -
XYZ 14.5 6.76 62.83 -
YUV 60.63 213.43 131.12 -
System Red Green Blue C M Y K H S L
Decimal 65 29 212 0.69 0.86 0 0.17 251.8 0.76 0.47
Hex 41 1D D4 45 56 0 11 FC 4C 2F
Octal 101 35 324 105 126 0 21 374 114 57
Binary 1000001 11101 11010100 1000101 1010110 0 10001 11111100 1001100 101111

Color Harmonies of #411DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411DD4

Black with #411DD4

Text Example


Text Example

White with #411DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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