Html Css Color HEX #410EDE Han Purple

📋 copy color: '#410EDE'

red 65 ◦ green 14 ◦ blue 222

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

Shades of Han Purple #410EDE

Tints of Han Purple #410EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 73.75%

R = 21.59%
G = 4.65%
B = 73.75%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#410EDE (or 0x410EDE) is known color: Han Purple. HEX triplet: 41, 0E and DE. RGB value is (65,14,222). Sum of RGB (Red+Green+Blue) = 65+14+222=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 222 (87.11% from 255 or 73.75% from 301); Max value from RGB is 222 - color contains mainly: blue. Hex color #410EDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410EDE is #BEF121. Grayscale: #343434. Windows color (decimal): -12513570 or 14552641. OLE color: 14552641.

HSL color Cylindrical-coordinate representation of color #410EDE: hue angle of 254.71º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410EDE is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 14 222 -
CMYK 0.71 0.94 0 0.13
HSL 254.71º 0.88% 0.46% -
HSV(B) 254.71º 0.94% 0.87% -
XYZ 15.52 6.71 69.58 -
YUV 52.96 223.4 136.59 -
System Red Green Blue C M Y K H S L
Decimal 65 14 222 0.71 0.94 0 0.13 254.71 0.88 0.46
Hex 41 E DE 47 5E 0 D FF 58 2E
Octal 101 16 336 107 136 0 15 377 130 56
Binary 1000001 1110 11011110 1000111 1011110 0 1101 11111111 1011000 101110

Color Harmonies of #410EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410EDE

Black with #410EDE

Text Example


Text Example

White with #410EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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