Html Css Color HEX #411EDB Han Purple

📋 copy color: '#411EDB'

red 65 ◦ green 30 ◦ blue 219

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

Shades of Han Purple #411EDB

Tints of Han Purple #411EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.55%

 BLUE value IS 219 (85.94% from 255) = 69.75%

R = 20.7%
G = 9.55%
B = 69.75%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#411EDB (or 0x411EDB) is known color: Han Purple. HEX triplet: 41, 1E and DB. RGB value is (65,30,219). Sum of RGB (Red+Green+Blue) = 65+30+219=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #411EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411EDB is #BEE124. Grayscale: #3D3D3D. Windows color (decimal): -12509477 or 14360129. OLE color: 14360129.

HSL color Cylindrical-coordinate representation of color #411EDB: hue angle of 251.11º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411EDB is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 30 219 -
CMYK 0.70 0.86 0 0.14
HSL 251.11º 0.76% 0.49% -
HSV(B) 251.11º 0.86% 0.86% -
XYZ 15.43 7.17 67.59 -
YUV 62.01 216.6 130.13 -
System Red Green Blue C M Y K H S L
Decimal 65 30 219 0.70 0.86 0 0.14 251.11 0.76 0.49
Hex 41 1E DB 46 56 0 E FB 4C 31
Octal 101 36 333 106 126 0 16 373 114 61
Binary 1000001 11110 11011011 1000110 1010110 0 1110 11111011 1001100 110001

Color Harmonies of #411EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EDB

Black with #411EDB

Text Example


Text Example

White with #411EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,30,219); }

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

background-color css

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

 a { background-color: rgb(65,30,219); }

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

border-color css

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

 span { border-color: rgb(65,30,219); }

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