Html Css Color HEX #472CFA Han Purple

📋 copy color: '#472CFA'

red 71 ◦ green 44 ◦ blue 250

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

Shades of Han Purple #472CFA

Tints of Han Purple #472CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.05%

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

R = 19.45%
G = 12.05%
B = 68.49%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#472CFA (or 0x472CFA) is known color: Han Purple. HEX triplet: 47, 2C and FA. RGB value is (71,44,250). Sum of RGB (Red+Green+Blue) = 71+44+250=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #472CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472CFA is #B8D305. Grayscale: #4A4A4A. Windows color (decimal): -12112646 or 16395335. OLE color: 16395335.

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

Color convert

RGB 71 44 250 -
CMYK 0.72 0.82 0 0.02
HSL 247.86º 0.95% 0.58% -
HSV(B) 247.86º 0.82% 0.98% -
XYZ 20.75 10.04 91.29 -
YUV 75.56 226.45 124.75 -
System Red Green Blue C M Y K H S L
Decimal 71 44 250 0.72 0.82 0 0.02 247.86 0.95 0.58
Hex 47 2C FA 48 52 0 2 F8 5F 3A
Octal 107 54 372 110 122 0 2 370 137 72
Binary 1000111 101100 11111010 1001000 1010010 0 10 11111000 1011111 111010

Color Harmonies of #472CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472CFA

Black with #472CFA

Text Example


Text Example

White with #472CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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