Html Css Color HEX #410EE8 Han Purple

📋 copy color: '#410EE8'

red 65 ◦ green 14 ◦ blue 232

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

Shades of Han Purple #410EE8

Tints of Han Purple #410EE8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.5%

 BLUE value IS 232 (91.02% from 255) = 74.6%

R = 20.9%
G = 4.5%
B = 74.6%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#410EE8 (or 0x410EE8) is known color: Han Purple. HEX triplet: 41, 0E and E8. RGB value is (65,14,232). Sum of RGB (Red+Green+Blue) = 65+14+232=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 232 (91.02% from 255 or 74.60% from 311); Max value from RGB is 232 - color contains mainly: blue. Hex color #410EE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410EE8 is #BEF117. Grayscale: #353535. Windows color (decimal): -12513560 or 15208001. OLE color: 15208001.

HSL color Cylindrical-coordinate representation of color #410EE8: hue angle of 254.04º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410EE8 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 65 14 232 -
CMYK 0.72 0.94 0 0.09
HSL 254.04º 0.89% 0.48% -
HSV(B) 254.04º 0.94% 0.91% -
XYZ 16.9 7.26 76.86 -
YUV 54.1 228.4 135.77 -
System Red Green Blue C M Y K H S L
Decimal 65 14 232 0.72 0.94 0 0.09 254.04 0.89 0.48
Hex 41 E E8 48 5E 0 9 FE 59 30
Octal 101 16 350 110 136 0 11 376 131 60
Binary 1000001 1110 11101000 1001000 1011110 0 1001 11111110 1011001 110000

Color Harmonies of #410EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410EE8

Black with #410EE8

Text Example


Text Example

White with #410EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410EE8; }

 p { color: rgb(65,14,232); }

 H1.HeaderClassName
 {
   color: #410EE8;
 }
 .AnyTagClassName
 {
   color: #410EE8;
 }
</style>

background-color css

<style>
 a { background-color: #410EE8; }

 a { background-color: rgb(65,14,232); }

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

border-color css

<style>
 span { border-color: #410EE8; }

 span { border-color: rgb(65,14,232); }

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