Html Css Color HEX #410DF6 Han Purple

📋 copy color: '#410DF6'

red 65 ◦ green 13 ◦ blue 246

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

Shades of Han Purple #410DF6

Tints of Han Purple #410DF6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.01%

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

R = 20.06%
G = 4.01%
B = 75.93%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#410DF6 (or 0x410DF6) is known color: Han Purple. HEX triplet: 41, 0D and F6. RGB value is (65,13,246). Sum of RGB (Red+Green+Blue) = 65+13+246=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 246 (96.48% from 255 or 75.93% from 324); Max value from RGB is 246 - color contains mainly: blue. Hex color #410DF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410DF6 is #BEF209. Grayscale: #363636. Windows color (decimal): -12513802 or 16125249. OLE color: 16125249.

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

Color convert

RGB 65 13 246 -
CMYK 0.74 0.95 0 0.04
HSL 253.39º 0.93% 0.51% -
HSV(B) 253.39º 0.95% 0.96% -
XYZ 18.96 8.07 87.75 -
YUV 55.11 235.73 135.05 -
System Red Green Blue C M Y K H S L
Decimal 65 13 246 0.74 0.95 0 0.04 253.39 0.93 0.51
Hex 41 D F6 4A 5F 0 4 FD 5D 33
Octal 101 15 366 112 137 0 4 375 135 63
Binary 1000001 1101 11110110 1001010 1011111 0 100 11111101 1011101 110011

Color Harmonies of #410DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410DF6

Black with #410DF6

Text Example


Text Example

White with #410DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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