Html Css Color HEX #410FE1 Han Purple

📋 copy color: '#410FE1'

red 65 ◦ green 15 ◦ blue 225

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

Shades of Han Purple #410FE1

Tints of Han Purple #410FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 73.77%

R = 21.31%
G = 4.92%
B = 73.77%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#410FE1 (or 0x410FE1) is known color: Han Purple. HEX triplet: 41, 0F and E1. RGB value is (65,15,225). Sum of RGB (Red+Green+Blue) = 65+15+225=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 225 (88.28% from 255 or 73.77% from 305); Max value from RGB is 225 - color contains mainly: blue. Hex color #410FE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410FE1 is #BEF01E. Grayscale: #353535. Windows color (decimal): -12513311 or 14749505. OLE color: 14749505.

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

Color convert

RGB 65 15 225 -
CMYK 0.71 0.93 0 0.12
HSL 254.29º 0.88% 0.47% -
HSV(B) 254.29º 0.93% 0.88% -
XYZ 15.94 6.9 71.73 -
YUV 53.89 224.57 135.92 -
System Red Green Blue C M Y K H S L
Decimal 65 15 225 0.71 0.93 0 0.12 254.29 0.88 0.47
Hex 41 F E1 47 5D 0 C FE 58 2F
Octal 101 17 341 107 135 0 14 376 130 57
Binary 1000001 1111 11100001 1000111 1011101 0 1100 11111110 1011000 101111

Color Harmonies of #410FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410FE1

Black with #410FE1

Text Example


Text Example

White with #410FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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