Html Css Color HEX #411FED Han Purple

📋 copy color: '#411FED'

red 65 ◦ green 31 ◦ blue 237

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

Shades of Han Purple #411FED

Tints of Han Purple #411FED

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.31%

 BLUE value IS 237 (92.97% from 255) = 71.17%

R = 19.52%
G = 9.31%
B = 71.17%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#411FED (or 0x411FED) is known color: Han Purple. HEX triplet: 41, 1F and ED. RGB value is (65,31,237). Sum of RGB (Red+Green+Blue) = 65+31+237=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #411FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411FED is #BEE012. Grayscale: #3F3F3F. Windows color (decimal): -12509203 or 15540033. OLE color: 15540033.

HSL color Cylindrical-coordinate representation of color #411FED: hue angle of 249.9º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411FED is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 31 237 -
CMYK 0.73 0.87 0 0.07
HSL 249.9º 0.85% 0.53% -
HSV(B) 249.9º 0.87% 0.93% -
XYZ 17.96 8.22 80.76 -
YUV 64.65 225.26 128.25 -
System Red Green Blue C M Y K H S L
Decimal 65 31 237 0.73 0.87 0 0.07 249.9 0.85 0.53
Hex 41 1F ED 49 57 0 7 FA 55 35
Octal 101 37 355 111 127 0 7 372 125 65
Binary 1000001 11111 11101101 1001001 1010111 0 111 11111010 1010101 110101

Color Harmonies of #411FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411FED

Black with #411FED

Text Example


Text Example

White with #411FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,31,237); }

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

background-color css

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

 a { background-color: rgb(65,31,237); }

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

border-color css

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

 span { border-color: rgb(65,31,237); }

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