Html Css Color HEX #411EDA Han Purple

📋 copy color: '#411EDA'

red 65 ◦ green 30 ◦ blue 218

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

Shades of Han Purple #411EDA

Tints of Han Purple #411EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.65%

R = 20.77%
G = 9.58%
B = 69.65%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#411EDA (or 0x411EDA) is known color: Han Purple. HEX triplet: 41, 1E and DA. RGB value is (65,30,218). Sum of RGB (Red+Green+Blue) = 65+30+218=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #411EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411EDA is #BEE125. Grayscale: #3D3D3D. Windows color (decimal): -12509478 or 14294593. OLE color: 14294593.

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

Color convert

RGB 65 30 218 -
CMYK 0.70 0.86 0 0.15
HSL 251.17º 0.76% 0.49% -
HSV(B) 251.17º 0.86% 0.85% -
XYZ 15.3 7.11 66.9 -
YUV 61.9 216.1 130.21 -
System Red Green Blue C M Y K H S L
Decimal 65 30 218 0.70 0.86 0 0.15 251.17 0.76 0.49
Hex 41 1E DA 46 56 0 F FB 4C 31
Octal 101 36 332 106 126 0 17 373 114 61
Binary 1000001 11110 11011010 1000110 1010110 0 1111 11111011 1001100 110001

Color Harmonies of #411EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EDA

Black with #411EDA

Text Example


Text Example

White with #411EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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