Html Css Color HEX #472FE1 Han Purple

📋 copy color: '#472FE1'

red 71 ◦ green 47 ◦ blue 225

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

Shades of Han Purple #472FE1

Tints of Han Purple #472FE1

RGB

 RED value IS 71 (28.13% from 255) = 20.7%

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

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

R = 20.7%
G = 13.7%
B = 65.6%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#472FE1 (or 0x472FE1) is known color: Han Purple. HEX triplet: 47, 2F and E1. RGB value is (71,47,225). Sum of RGB (Red+Green+Blue) = 71+47+225=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 225 (88.28% from 255 or 65.60% from 343); Max value from RGB is 225 - color contains mainly: blue. Hex color #472FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472FE1 is #B8D01E. Grayscale: #494949. Windows color (decimal): -12111903 or 14757703. OLE color: 14757703.

HSL color Cylindrical-coordinate representation of color #472FE1: hue angle of 248.09º 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 #472FE1 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 71 47 225 -
CMYK 0.68 0.79 0 0.12
HSL 248.09º 0.75% 0.53% -
HSV(B) 248.09º 0.79% 0.88% -
XYZ 17.21 8.81 72.03 -
YUV 74.47 212.95 125.53 -
System Red Green Blue C M Y K H S L
Decimal 71 47 225 0.68 0.79 0 0.12 248.09 0.75 0.53
Hex 47 2F E1 44 4F 0 C F8 4B 35
Octal 107 57 341 104 117 0 14 370 113 65
Binary 1000111 101111 11100001 1000100 1001111 0 1100 11111000 1001011 110101

Color Harmonies of #472FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472FE1

Black with #472FE1

Text Example


Text Example

White with #472FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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