Html Css Color HEX #410EED Han Purple

📋 copy color: '#410EED'

red 65 ◦ green 14 ◦ blue 237

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

Shades of Han Purple #410EED

Tints of Han Purple #410EED

RGB

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

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

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

R = 20.57%
G = 4.43%
B = 75%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#410EED (or 0x410EED) is known color: Han Purple. HEX triplet: 41, 0E and ED. RGB value is (65,14,237). Sum of RGB (Red+Green+Blue) = 65+14+237=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 237 (92.97% from 255 or 75% from 316); Max value from RGB is 237 - color contains mainly: blue. Hex color #410EED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410EED is #BEF112. Grayscale: #353535. Windows color (decimal): -12513555 or 15535681. OLE color: 15535681.

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

Color convert

RGB 65 14 237 -
CMYK 0.73 0.94 0 0.07
HSL 253.72º 0.89% 0.49% -
HSV(B) 253.72º 0.94% 0.93% -
XYZ 17.62 7.55 80.65 -
YUV 54.67 230.9 135.37 -
System Red Green Blue C M Y K H S L
Decimal 65 14 237 0.73 0.94 0 0.07 253.72 0.89 0.49
Hex 41 E ED 49 5E 0 7 FE 59 31
Octal 101 16 355 111 136 0 7 376 131 61
Binary 1000001 1110 11101101 1001001 1011110 0 111 11111110 1011001 110001

Color Harmonies of #410EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410EED

Black with #410EED

Text Example


Text Example

White with #410EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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