Html Css Color HEX #410EF6 Han Purple

📋 copy color: '#410EF6'

red 65 ◦ green 14 ◦ blue 246

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

Shades of Han Purple #410EF6

Tints of Han Purple #410EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 75.69%

R = 20%
G = 4.31%
B = 75.69%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#410EF6 (or 0x410EF6) is known color: Han Purple. HEX triplet: 41, 0E and F6. RGB value is (65,14,246). Sum of RGB (Red+Green+Blue) = 65+14+246=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 246 (96.48% from 255 or 75.69% from 325); Max value from RGB is 246 - color contains mainly: blue. Hex color #410EF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410EF6 is #BEF109. Grayscale: #363636. Windows color (decimal): -12513546 or 16125505. OLE color: 16125505.

HSL color Cylindrical-coordinate representation of color #410EF6: hue angle of 253.19º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410EF6 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 65 14 246 -
CMYK 0.74 0.94 0 0.04
HSL 253.19º 0.93% 0.51% -
HSV(B) 253.19º 0.94% 0.96% -
XYZ 18.97 8.09 87.75 -
YUV 55.7 235.4 134.64 -
System Red Green Blue C M Y K H S L
Decimal 65 14 246 0.74 0.94 0 0.04 253.19 0.93 0.51
Hex 41 E F6 4A 5E 0 4 FD 5D 33
Octal 101 16 366 112 136 0 4 375 135 63
Binary 1000001 1110 11110110 1001010 1011110 0 100 11111101 1011101 110011

Color Harmonies of #410EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410EF6

Black with #410EF6

Text Example


Text Example

White with #410EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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