Html Css Color HEX #412FD7 Han Purple

📋 copy color: '#412FD7'

red 65 ◦ green 47 ◦ blue 215

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

Shades of Han Purple #412FD7

Tints of Han Purple #412FD7

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.37%

 BLUE value IS 215 (84.38% from 255) = 65.75%

R = 19.88%
G = 14.37%
B = 65.75%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#412FD7 (or 0x412FD7) is known color: Han Purple. HEX triplet: 41, 2F and D7. RGB value is (65,47,215). Sum of RGB (Red+Green+Blue) = 65+47+215=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 215 (84.38% from 255 or 65.75% from 327); Max value from RGB is 215 - color contains mainly: blue. Hex color #412FD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412FD7 is #BED028. Grayscale: #464646. Windows color (decimal): -12505129 or 14102337. OLE color: 14102337.

HSL color Cylindrical-coordinate representation of color #412FD7: hue angle of 246.43º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #412FD7 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 47 215 -
CMYK 0.70 0.78 0 0.16
HSL 246.43º 0.68% 0.51% -
HSV(B) 246.43º 0.78% 0.84% -
XYZ 15.46 8.06 65.03 -
YUV 71.53 208.96 123.34 -
System Red Green Blue C M Y K H S L
Decimal 65 47 215 0.70 0.78 0 0.16 246.43 0.68 0.51
Hex 41 2F D7 46 4E 0 10 F6 44 33
Octal 101 57 327 106 116 0 20 366 104 63
Binary 1000001 101111 11010111 1000110 1001110 0 10000 11110110 1000100 110011

Color Harmonies of #412FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412FD7

Black with #412FD7

Text Example


Text Example

White with #412FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,47,215); }

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

background-color css

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

 a { background-color: rgb(65,47,215); }

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

border-color css

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

 span { border-color: rgb(65,47,215); }

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