Html Css Color HEX #472AF3 Han Purple

📋 copy color: '#472AF3'

red 71 ◦ green 42 ◦ blue 243

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

Shades of Han Purple #472AF3

Tints of Han Purple #472AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 68.26%

R = 19.94%
G = 11.8%
B = 68.26%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#472AF3 (or 0x472AF3) is known color: Han Purple. HEX triplet: 47, 2A and F3. RGB value is (71,42,243). Sum of RGB (Red+Green+Blue) = 71+42+243=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 243 (95.31% from 255 or 68.26% from 356); Max value from RGB is 243 - color contains mainly: blue. Hex color #472AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472AF3 is #B8D50C. Grayscale: #484848. Windows color (decimal): -12113165 or 15936071. OLE color: 15936071.

HSL color Cylindrical-coordinate representation of color #472AF3: hue angle of 248.66º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #472AF3 is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 42 243 -
CMYK 0.71 0.83 0 0.05
HSL 248.66º 0.89% 0.56% -
HSV(B) 248.66º 0.83% 0.95% -
XYZ 19.6 9.47 85.59 -
YUV 73.59 223.61 126.16 -
System Red Green Blue C M Y K H S L
Decimal 71 42 243 0.71 0.83 0 0.05 248.66 0.89 0.56
Hex 47 2A F3 47 53 0 5 F9 59 38
Octal 107 52 363 107 123 0 5 371 131 70
Binary 1000111 101010 11110011 1000111 1010011 0 101 11111001 1011001 111000

Color Harmonies of #472AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472AF3

Black with #472AF3

Text Example


Text Example

White with #472AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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