Html Css Color HEX #412EF7 Han Purple

📋 copy color: '#412EF7'

red 65 ◦ green 46 ◦ blue 247

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

Shades of Han Purple #412EF7

Tints of Han Purple #412EF7

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.85%

 BLUE value IS 247 (96.88% from 255) = 68.99%

R = 18.16%
G = 12.85%
B = 68.99%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#412EF7 (or 0x412EF7) is known color: Han Purple. HEX triplet: 41, 2E and F7. RGB value is (65,46,247). Sum of RGB (Red+Green+Blue) = 65+46+247=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 247 (96.88% from 255 or 68.99% from 358); Max value from RGB is 247 - color contains mainly: blue. Hex color #412EF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412EF7 is #BED108. Grayscale: #494949. Windows color (decimal): -12505353 or 16199233. OLE color: 16199233.

HSL color Cylindrical-coordinate representation of color #412EF7: hue angle of 245.67º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #412EF7 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 65 46 247 -
CMYK 0.74 0.81 0 0.03
HSL 245.67º 0.93% 0.57% -
HSV(B) 245.67º 0.81% 0.97% -
XYZ 19.95 9.79 88.83 -
YUV 74.6 225.29 121.16 -
System Red Green Blue C M Y K H S L
Decimal 65 46 247 0.74 0.81 0 0.03 245.67 0.93 0.57
Hex 41 2E F7 4A 51 0 3 F6 5D 39
Octal 101 56 367 112 121 0 3 366 135 71
Binary 1000001 101110 11110111 1001010 1010001 0 11 11110110 1011101 111001

Color Harmonies of #412EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412EF7

Black with #412EF7

Text Example


Text Example

White with #412EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,46,247); }

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

background-color css

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

 a { background-color: rgb(65,46,247); }

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

border-color css

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

 span { border-color: rgb(65,46,247); }

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