Html Css Color HEX #412BF6 Han Purple

📋 copy color: '#412BF6'

red 65 ◦ green 43 ◦ blue 246

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

Shades of Han Purple #412BF6

Tints of Han Purple #412BF6

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.15%

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

R = 18.36%
G = 12.15%
B = 69.49%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#412BF6 (or 0x412BF6) is known color: Han Purple. HEX triplet: 41, 2B and F6. RGB value is (65,43,246). Sum of RGB (Red+Green+Blue) = 65+43+246=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 246 (96.48% from 255 or 69.49% from 354); Max value from RGB is 246 - color contains mainly: blue. Hex color #412BF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412BF6 is #BED409. Grayscale: #474747. Windows color (decimal): -12506122 or 16132929. OLE color: 16132929.

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

Color convert

RGB 65 43 246 -
CMYK 0.74 0.83 0 0.04
HSL 246.5º 0.92% 0.57% -
HSV(B) 246.5º 0.83% 0.96% -
XYZ 19.68 9.51 87.99 -
YUV 72.72 225.79 122.49 -
System Red Green Blue C M Y K H S L
Decimal 65 43 246 0.74 0.83 0 0.04 246.5 0.92 0.57
Hex 41 2B F6 4A 53 0 4 F7 5C 39
Octal 101 53 366 112 123 0 4 367 134 71
Binary 1000001 101011 11110110 1001010 1010011 0 100 11110111 1011100 111001

Color Harmonies of #412BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412BF6

Black with #412BF6

Text Example


Text Example

White with #412BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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