Html Css Color HEX #412DF6 Han Purple

📋 copy color: '#412DF6'

red 65 ◦ green 45 ◦ blue 246

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

Shades of Han Purple #412DF6

Tints of Han Purple #412DF6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.64%

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

R = 18.26%
G = 12.64%
B = 69.1%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#412DF6 (or 0x412DF6) is known color: Han Purple. HEX triplet: 41, 2D and F6. RGB value is (65,45,246). Sum of RGB (Red+Green+Blue) = 65+45+246=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 246 (96.48% from 255 or 69.10% from 356); Max value from RGB is 246 - color contains mainly: blue. Hex color #412DF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412DF6 is #BED209. Grayscale: #494949. Windows color (decimal): -12505610 or 16133441. OLE color: 16133441.

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

Color convert

RGB 65 45 246 -
CMYK 0.74 0.82 0 0.04
HSL 245.97º 0.92% 0.57% -
HSV(B) 245.97º 0.82% 0.96% -
XYZ 19.75 9.65 88.01 -
YUV 73.89 225.13 121.66 -
System Red Green Blue C M Y K H S L
Decimal 65 45 246 0.74 0.82 0 0.04 245.97 0.92 0.57
Hex 41 2D F6 4A 52 0 4 F6 5C 39
Octal 101 55 366 112 122 0 4 366 134 71
Binary 1000001 101101 11110110 1001010 1010010 0 100 11110110 1011100 111001

Color Harmonies of #412DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412DF6

Black with #412DF6

Text Example


Text Example

White with #412DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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