Html Css Color HEX #411EED Han Purple

📋 copy color: '#411EED'

red 65 ◦ green 30 ◦ blue 237

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

Shades of Han Purple #411EED

Tints of Han Purple #411EED

RGB

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

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

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

R = 19.58%
G = 9.04%
B = 71.39%

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

#411EED (or 0x411EED) is known color: Han Purple. HEX triplet: 41, 1E and ED. RGB value is (65,30,237). Sum of RGB (Red+Green+Blue) = 65+30+237=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 237 (92.97% from 255 or 71.39% from 332); Max value from RGB is 237 - color contains mainly: blue. Hex color #411EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411EED is #BEE112. Grayscale: #3F3F3F. Windows color (decimal): -12509459 or 15539777. OLE color: 15539777.

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

Color convert

RGB 65 30 237 -
CMYK 0.73 0.87 0 0.07
HSL 250.14º 0.85% 0.52% -
HSV(B) 250.14º 0.87% 0.93% -
XYZ 17.93 8.17 80.75 -
YUV 64.06 225.6 128.67 -
System Red Green Blue C M Y K H S L
Decimal 65 30 237 0.73 0.87 0 0.07 250.14 0.85 0.52
Hex 41 1E ED 49 57 0 7 FA 55 34
Octal 101 36 355 111 127 0 7 372 125 64
Binary 1000001 11110 11101101 1001001 1010111 0 111 11111010 1010101 110100

Color Harmonies of #411EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EED

Black with #411EED

Text Example


Text Example

White with #411EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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