Html Css Color HEX #411EEB Han Purple

📋 copy color: '#411EEB'

red 65 ◦ green 30 ◦ blue 235

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

Shades of Han Purple #411EEB

Tints of Han Purple #411EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 71.21%

R = 19.7%
G = 9.09%
B = 71.21%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#411EEB (or 0x411EEB) is known color: Han Purple. HEX triplet: 41, 1E and EB. RGB value is (65,30,235). Sum of RGB (Red+Green+Blue) = 65+30+235=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #411EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411EEB is #BEE114. Grayscale: #3F3F3F. Windows color (decimal): -12509461 or 15408705. OLE color: 15408705.

HSL color Cylindrical-coordinate representation of color #411EEB: hue angle of 250.24º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411EEB is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 30 235 -
CMYK 0.72 0.87 0 0.08
HSL 250.24º 0.84% 0.52% -
HSV(B) 250.24º 0.87% 0.92% -
XYZ 17.64 8.05 79.22 -
YUV 63.84 224.6 128.83 -
System Red Green Blue C M Y K H S L
Decimal 65 30 235 0.72 0.87 0 0.08 250.24 0.84 0.52
Hex 41 1E EB 48 57 0 8 FA 54 34
Octal 101 36 353 110 127 0 10 372 124 64
Binary 1000001 11110 11101011 1001000 1010111 0 1000 11111010 1010100 110100

Color Harmonies of #411EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EEB

Black with #411EEB

Text Example


Text Example

White with #411EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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