Html Css Color HEX #472FEA Han Purple

📋 copy color: '#472FEA'

red 71 ◦ green 47 ◦ blue 234

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

Shades of Han Purple #472FEA

Tints of Han Purple #472FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.48%

R = 20.17%
G = 13.35%
B = 66.48%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#472FEA (or 0x472FEA) is known color: Han Purple. HEX triplet: 47, 2F and EA. RGB value is (71,47,234). Sum of RGB (Red+Green+Blue) = 71+47+234=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #472FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472FEA is #B8D015. Grayscale: #4A4A4A. Windows color (decimal): -12111894 or 15347527. OLE color: 15347527.

HSL color Cylindrical-coordinate representation of color #472FEA: hue angle of 247.7º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #472FEA is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 47 234 -
CMYK 0.70 0.80 0 0.08
HSL 247.7º 0.82% 0.55% -
HSV(B) 247.7º 0.8% 0.92% -
XYZ 18.47 9.31 78.67 -
YUV 75.49 217.45 124.79 -
System Red Green Blue C M Y K H S L
Decimal 71 47 234 0.70 0.80 0 0.08 247.7 0.82 0.55
Hex 47 2F EA 46 50 0 8 F8 52 37
Octal 107 57 352 106 120 0 10 370 122 67
Binary 1000111 101111 11101010 1000110 1010000 0 1000 11111000 1010010 110111

Color Harmonies of #472FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472FEA

Black with #472FEA

Text Example


Text Example

White with #472FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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