Html Css Color HEX #472BE4 Han Purple

📋 copy color: '#472BE4'

red 71 ◦ green 43 ◦ blue 228

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

Shades of Han Purple #472BE4

Tints of Han Purple #472BE4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.57%

 BLUE value IS 228 (89.45% from 255) = 66.67%

R = 20.76%
G = 12.57%
B = 66.67%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#472BE4 (or 0x472BE4) is known color: Han Purple. HEX triplet: 47, 2B and E4. RGB value is (71,43,228). Sum of RGB (Red+Green+Blue) = 71+43+228=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 228 (89.45% from 255 or 66.67% from 342); Max value from RGB is 228 - color contains mainly: blue. Hex color #472BE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472BE4 is #B8D41B. Grayscale: #474747. Windows color (decimal): -12112924 or 14953287. OLE color: 14953287.

HSL color Cylindrical-coordinate representation of color #472BE4: hue angle of 249.08º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #472BE4 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 71 43 228 -
CMYK 0.69 0.81 0 0.11
HSL 249.08º 0.77% 0.53% -
HSV(B) 249.08º 0.81% 0.89% -
XYZ 17.47 8.67 74.15 -
YUV 72.46 215.78 126.96 -
System Red Green Blue C M Y K H S L
Decimal 71 43 228 0.69 0.81 0 0.11 249.08 0.77 0.53
Hex 47 2B E4 45 51 0 B F9 4D 35
Octal 107 53 344 105 121 0 13 371 115 65
Binary 1000111 101011 11100100 1000101 1010001 0 1011 11111001 1001101 110101

Color Harmonies of #472BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472BE4

Black with #472BE4

Text Example


Text Example

White with #472BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,43,228); }

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

background-color css

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

 a { background-color: rgb(71,43,228); }

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

border-color css

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

 span { border-color: rgb(71,43,228); }

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