Html Css Color HEX #411EFD Han Purple

📋 copy color: '#411EFD'

red 65 ◦ green 30 ◦ blue 253

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

Shades of Han Purple #411EFD

Tints of Han Purple #411EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 72.7%

R = 18.68%
G = 8.62%
B = 72.7%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#411EFD (or 0x411EFD) is known color: Han Purple. HEX triplet: 41, 1E and FD. RGB value is (65,30,253). Sum of RGB (Red+Green+Blue) = 65+30+253=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 253 (99.22% from 255 or 72.70% from 348); Max value from RGB is 253 - color contains mainly: blue. Hex color #411EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411EFD is #BEE102. Grayscale: #414141. Windows color (decimal): -12509443 or 16588353. OLE color: 16588353.

HSL color Cylindrical-coordinate representation of color #411EFD: hue angle of 249.42º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411EFD is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 30 253 -
CMYK 0.74 0.88 0 0.01
HSL 249.42º 0.98% 0.55% -
HSV(B) 249.42º 0.88% 0.99% -
XYZ 20.37 9.14 93.62 -
YUV 65.89 233.6 127.37 -
System Red Green Blue C M Y K H S L
Decimal 65 30 253 0.74 0.88 0 0.01 249.42 0.98 0.55
Hex 41 1E FD 4A 58 0 1 F9 62 37
Octal 101 36 375 112 130 0 1 371 142 67
Binary 1000001 11110 11111101 1001010 1011000 0 1 11111001 1100010 110111

Color Harmonies of #411EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EFD

Black with #411EFD

Text Example


Text Example

White with #411EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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