Html Css Color HEX #412FE1 Han Purple

📋 copy color: '#412FE1'

red 65 ◦ green 47 ◦ blue 225

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

Shades of Han Purple #412FE1

Tints of Han Purple #412FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 66.77%

R = 19.29%
G = 13.95%
B = 66.77%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#412FE1 (or 0x412FE1) is known color: Han Purple. HEX triplet: 41, 2F and E1. RGB value is (65,47,225). Sum of RGB (Red+Green+Blue) = 65+47+225=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 225 (88.28% from 255 or 66.77% from 337); Max value from RGB is 225 - color contains mainly: blue. Hex color #412FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412FE1 is #BED01E. Grayscale: #474747. Windows color (decimal): -12505119 or 14757697. OLE color: 14757697.

HSL color Cylindrical-coordinate representation of color #412FE1: hue angle of 246.07º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #412FE1 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 47 225 -
CMYK 0.71 0.79 0 0.12
HSL 246.07º 0.75% 0.53% -
HSV(B) 246.07º 0.79% 0.88% -
XYZ 16.79 8.59 72.01 -
YUV 72.67 213.96 122.53 -
System Red Green Blue C M Y K H S L
Decimal 65 47 225 0.71 0.79 0 0.12 246.07 0.75 0.53
Hex 41 2F E1 47 4F 0 C F6 4B 35
Octal 101 57 341 107 117 0 14 366 113 65
Binary 1000001 101111 11100001 1000111 1001111 0 1100 11110110 1001011 110101

Color Harmonies of #412FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412FE1

Black with #412FE1

Text Example


Text Example

White with #412FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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