Html Css Color HEX #411ADE Han Purple

📋 copy color: '#411ADE'

red 65 ◦ green 26 ◦ blue 222

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

Shades of Han Purple #411ADE

Tints of Han Purple #411ADE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.31%

 BLUE value IS 222 (87.11% from 255) = 70.93%

R = 20.77%
G = 8.31%
B = 70.93%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#411ADE (or 0x411ADE) is known color: Han Purple. HEX triplet: 41, 1A and DE. RGB value is (65,26,222). Sum of RGB (Red+Green+Blue) = 65+26+222=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 222 (87.11% from 255 or 70.93% from 313); Max value from RGB is 222 - color contains mainly: blue. Hex color #411ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411ADE is #BEE521. Grayscale: #3B3B3B. Windows color (decimal): -12510498 or 14555713. OLE color: 14555713.

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

Color convert

RGB 65 26 222 -
CMYK 0.71 0.88 0 0.13
HSL 251.94º 0.79% 0.49% -
HSV(B) 251.94º 0.88% 0.87% -
XYZ 15.73 7.14 69.66 -
YUV 60.01 219.42 131.56 -
System Red Green Blue C M Y K H S L
Decimal 65 26 222 0.71 0.88 0 0.13 251.94 0.79 0.49
Hex 41 1A DE 47 58 0 D FC 4F 31
Octal 101 32 336 107 130 0 15 374 117 61
Binary 1000001 11010 11011110 1000111 1011000 0 1101 11111100 1001111 110001

Color Harmonies of #411ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411ADE

Black with #411ADE

Text Example


Text Example

White with #411ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,26,222); }

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

background-color css

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

 a { background-color: rgb(65,26,222); }

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

border-color css

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

 span { border-color: rgb(65,26,222); }

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