Html Css Color HEX #411AD7 Han Purple

📋 copy color: '#411AD7'

red 65 ◦ green 26 ◦ blue 215

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

Shades of Han Purple #411AD7

Tints of Han Purple #411AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 70.26%

R = 21.24%
G = 8.5%
B = 70.26%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#411AD7 (or 0x411AD7) is known color: Han Purple. HEX triplet: 41, 1A and D7. RGB value is (65,26,215). Sum of RGB (Red+Green+Blue) = 65+26+215=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 215 (84.38% from 255 or 70.26% from 306); Max value from RGB is 215 - color contains mainly: blue. Hex color #411AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411AD7 is #BEE528. Grayscale: #3A3A3A. Windows color (decimal): -12510505 or 14096961. OLE color: 14096961.

HSL color Cylindrical-coordinate representation of color #411AD7: hue angle of 252.38º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411AD7 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 26 215 -
CMYK 0.70 0.88 0 0.16
HSL 252.38º 0.78% 0.47% -
HSV(B) 252.38º 0.88% 0.84% -
XYZ 14.82 6.77 64.82 -
YUV 59.21 215.92 132.13 -
System Red Green Blue C M Y K H S L
Decimal 65 26 215 0.70 0.88 0 0.16 252.38 0.78 0.47
Hex 41 1A D7 46 58 0 10 FC 4E 2F
Octal 101 32 327 106 130 0 20 374 116 57
Binary 1000001 11010 11010111 1000110 1011000 0 10000 11111100 1001110 101111

Color Harmonies of #411AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411AD7

Black with #411AD7

Text Example


Text Example

White with #411AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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