Html Css Color HEX #410EDD Han Purple

📋 copy color: '#410EDD'

red 65 ◦ green 14 ◦ blue 221

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

Shades of Han Purple #410EDD

Tints of Han Purple #410EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 73.67%

R = 21.67%
G = 4.67%
B = 73.67%

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

#410EDD (or 0x410EDD) is known color: Han Purple. HEX triplet: 41, 0E and DD. RGB value is (65,14,221). Sum of RGB (Red+Green+Blue) = 65+14+221=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #410EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410EDD is #BEF122. Grayscale: #343434. Windows color (decimal): -12513571 or 14487105. OLE color: 14487105.

HSL color Cylindrical-coordinate representation of color #410EDD: hue angle of 254.78º 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 #410EDD is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 14 221 -
CMYK 0.71 0.94 0 0.13
HSL 254.78º 0.88% 0.46% -
HSV(B) 254.78º 0.94% 0.87% -
XYZ 15.39 6.66 68.88 -
YUV 52.85 222.9 136.67 -
System Red Green Blue C M Y K H S L
Decimal 65 14 221 0.71 0.94 0 0.13 254.78 0.88 0.46
Hex 41 E DD 47 5E 0 D FF 58 2E
Octal 101 16 335 107 136 0 15 377 130 56
Binary 1000001 1110 11011101 1000111 1011110 0 1101 11111111 1011000 101110

Color Harmonies of #410EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410EDD

Black with #410EDD

Text Example


Text Example

White with #410EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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