Html Css Color HEX #472FFA Han Purple

📋 copy color: '#472FFA'

red 71 ◦ green 47 ◦ blue 250

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

Shades of Han Purple #472FFA

Tints of Han Purple #472FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 67.93%

R = 19.29%
G = 12.77%
B = 67.93%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#472FFA (or 0x472FFA) is known color: Han Purple. HEX triplet: 47, 2F and FA. RGB value is (71,47,250). Sum of RGB (Red+Green+Blue) = 71+47+250=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #472FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472FFA is #B8D005. Grayscale: #4C4C4C. Windows color (decimal): -12111878 or 16396103. OLE color: 16396103.

HSL color Cylindrical-coordinate representation of color #472FFA: hue angle of 247.09º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #472FFA is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 47 250 -
CMYK 0.72 0.81 0 0.02
HSL 247.09º 0.95% 0.58% -
HSV(B) 247.09º 0.81% 0.98% -
XYZ 20.87 10.27 91.33 -
YUV 77.32 225.45 123.49 -
System Red Green Blue C M Y K H S L
Decimal 71 47 250 0.72 0.81 0 0.02 247.09 0.95 0.58
Hex 47 2F FA 48 51 0 2 F7 5F 3A
Octal 107 57 372 110 121 0 2 367 137 72
Binary 1000111 101111 11111010 1001000 1010001 0 10 11110111 1011111 111010

Color Harmonies of #472FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472FFA

Black with #472FFA

Text Example


Text Example

White with #472FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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