Html Css Color HEX #472AE8 Han Purple

📋 copy color: '#472AE8'

red 71 ◦ green 42 ◦ blue 232

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

Shades of Han Purple #472AE8

Tints of Han Purple #472AE8

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.17%

 BLUE value IS 232 (91.02% from 255) = 67.25%

R = 20.58%
G = 12.17%
B = 67.25%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#472AE8 (or 0x472AE8) is known color: Han Purple. HEX triplet: 47, 2A and E8. RGB value is (71,42,232). Sum of RGB (Red+Green+Blue) = 71+42+232=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 232 (91.02% from 255 or 67.25% from 345); Max value from RGB is 232 - color contains mainly: blue. Hex color #472AE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472AE8 is #B8D517. Grayscale: #474747. Windows color (decimal): -12113176 or 15215175. OLE color: 15215175.

HSL color Cylindrical-coordinate representation of color #472AE8: hue angle of 249.16º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #472AE8 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 71 42 232 -
CMYK 0.69 0.82 0 0.09
HSL 249.16º 0.81% 0.54% -
HSV(B) 249.16º 0.82% 0.91% -
XYZ 17.99 8.82 77.1 -
YUV 72.33 218.11 127.05 -
System Red Green Blue C M Y K H S L
Decimal 71 42 232 0.69 0.82 0 0.09 249.16 0.81 0.54
Hex 47 2A E8 45 52 0 9 F9 51 36
Octal 107 52 350 105 122 0 11 371 121 66
Binary 1000111 101010 11101000 1000101 1010010 0 1001 11111001 1010001 110110

Color Harmonies of #472AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472AE8

Black with #472AE8

Text Example


Text Example

White with #472AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,42,232); }

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

background-color css

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

 a { background-color: rgb(71,42,232); }

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

border-color css

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

 span { border-color: rgb(71,42,232); }

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