Html Css Color HEX #412FE0 Han Purple

📋 copy color: '#412FE0'

red 65 ◦ green 47 ◦ blue 224

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

Shades of Han Purple #412FE0

Tints of Han Purple #412FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 66.67%

R = 19.35%
G = 13.99%
B = 66.67%

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

#412FE0 (or 0x412FE0) is known color: Han Purple. HEX triplet: 41, 2F and E0. RGB value is (65,47,224). Sum of RGB (Red+Green+Blue) = 65+47+224=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 224 (87.89% from 255 or 66.67% from 336); Max value from RGB is 224 - color contains mainly: blue. Hex color #412FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412FE0 is #BED01F. Grayscale: #474747. Windows color (decimal): -12505120 or 14692161. OLE color: 14692161.

HSL color Cylindrical-coordinate representation of color #412FE0: hue angle of 246.1º degrees, saturation: 0.74, 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 #412FE0 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 47 224 -
CMYK 0.71 0.79 0 0.12
HSL 246.1º 0.74% 0.53% -
HSV(B) 246.1º 0.79% 0.88% -
XYZ 16.65 8.54 71.29 -
YUV 72.56 213.46 122.61 -
System Red Green Blue C M Y K H S L
Decimal 65 47 224 0.71 0.79 0 0.12 246.1 0.74 0.53
Hex 41 2F E0 47 4F 0 C F6 4A 35
Octal 101 57 340 107 117 0 14 366 112 65
Binary 1000001 101111 11100000 1000111 1001111 0 1100 11110110 1001010 110101

Color Harmonies of #412FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412FE0

Black with #412FE0

Text Example


Text Example

White with #412FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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