Html Css Color HEX #410EDB Han Purple

📋 copy color: '#410EDB'

red 65 ◦ green 14 ◦ blue 219

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

Shades of Han Purple #410EDB

Tints of Han Purple #410EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 73.49%

R = 21.81%
G = 4.7%
B = 73.49%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#410EDB (or 0x410EDB) is known color: Han Purple. HEX triplet: 41, 0E and DB. RGB value is (65,14,219). Sum of RGB (Red+Green+Blue) = 65+14+219=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #410EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410EDB is #BEF124. Grayscale: #333333. Windows color (decimal): -12513573 or 14356033. OLE color: 14356033.

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

Color convert

RGB 65 14 219 -
CMYK 0.70 0.94 0 0.14
HSL 254.93º 0.88% 0.46% -
HSV(B) 254.93º 0.94% 0.86% -
XYZ 15.12 6.55 67.49 -
YUV 52.62 221.9 136.83 -
System Red Green Blue C M Y K H S L
Decimal 65 14 219 0.70 0.94 0 0.14 254.93 0.88 0.46
Hex 41 E DB 46 5E 0 E FF 58 2E
Octal 101 16 333 106 136 0 16 377 130 56
Binary 1000001 1110 11011011 1000110 1011110 0 1110 11111111 1011000 101110

Color Harmonies of #410EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410EDB

Black with #410EDB

Text Example


Text Example

White with #410EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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