Html Css Color HEX #410FDE Han Purple

📋 copy color: '#410FDE'

red 65 ◦ green 15 ◦ blue 222

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

Shades of Han Purple #410FDE

Tints of Han Purple #410FDE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.97%

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

R = 21.52%
G = 4.97%
B = 73.51%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#410FDE (or 0x410FDE) is known color: Han Purple. HEX triplet: 41, 0F and DE. RGB value is (65,15,222). Sum of RGB (Red+Green+Blue) = 65+15+222=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 222 (87.11% from 255 or 73.51% from 302); Max value from RGB is 222 - color contains mainly: blue. Hex color #410FDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410FDE is #BEF021. Grayscale: #343434. Windows color (decimal): -12513314 or 14552897. OLE color: 14552897.

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

Color convert

RGB 65 15 222 -
CMYK 0.71 0.93 0 0.13
HSL 254.49º 0.87% 0.46% -
HSV(B) 254.49º 0.93% 0.87% -
XYZ 15.54 6.74 69.59 -
YUV 53.55 223.07 136.17 -
System Red Green Blue C M Y K H S L
Decimal 65 15 222 0.71 0.93 0 0.13 254.49 0.87 0.46
Hex 41 F DE 47 5D 0 D FE 57 2E
Octal 101 17 336 107 135 0 15 376 127 56
Binary 1000001 1111 11011110 1000111 1011101 0 1101 11111110 1010111 101110

Color Harmonies of #410FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410FDE

Black with #410FDE

Text Example


Text Example

White with #410FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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