Html Css Color HEX #472FF2 Han Purple

📋 copy color: '#472FF2'

red 71 ◦ green 47 ◦ blue 242

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

Shades of Han Purple #472FF2

Tints of Han Purple #472FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 67.22%

R = 19.72%
G = 13.06%
B = 67.22%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#472FF2 (or 0x472FF2) is known color: Han Purple. HEX triplet: 47, 2F and F2. RGB value is (71,47,242). Sum of RGB (Red+Green+Blue) = 71+47+242=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 242 (94.92% from 255 or 67.22% from 360); Max value from RGB is 242 - color contains mainly: blue. Hex color #472FF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472FF2 is #B8D00D. Grayscale: #4B4B4B. Windows color (decimal): -12111886 or 15871815. OLE color: 15871815.

HSL color Cylindrical-coordinate representation of color #472FF2: hue angle of 247.38º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #472FF2 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 47 242 -
CMYK 0.71 0.81 0 0.05
HSL 247.38º 0.88% 0.57% -
HSV(B) 247.38º 0.81% 0.95% -
XYZ 19.64 9.78 84.86 -
YUV 76.41 221.45 124.14 -
System Red Green Blue C M Y K H S L
Decimal 71 47 242 0.71 0.81 0 0.05 247.38 0.88 0.57
Hex 47 2F F2 47 51 0 5 F7 58 39
Octal 107 57 362 107 121 0 5 367 130 71
Binary 1000111 101111 11110010 1000111 1010001 0 101 11110111 1011000 111001

Color Harmonies of #472FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472FF2

Black with #472FF2

Text Example


Text Example

White with #472FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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