Html Css Color HEX #472AFF Han Purple

📋 copy color: '#472AFF'

red 71 ◦ green 42 ◦ blue 255

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

Shades of Han Purple #472AFF

Tints of Han Purple #472AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 69.29%

R = 19.29%
G = 11.41%
B = 69.29%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#472AFF (or 0x472AFF) is known color: Han Purple. HEX triplet: 47, 2A and FF. RGB value is (71,42,255). Sum of RGB (Red+Green+Blue) = 71+42+255=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #472AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472AFF is #B8D500. Grayscale: #4A4A4A. Windows color (decimal): -12113153 or 16722503. OLE color: 16722503.

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

Color convert

RGB 71 42 255 -
CMYK 0.72 0.84 0 0
HSL 248.17º 1% 0.58% -
HSV(B) 248.17º 0.84% 1% -
XYZ 21.48 10.22 95.45 -
YUV 74.95 229.61 125.18 -
System Red Green Blue C M Y K H S L
Decimal 71 42 255 0.72 0.84 0 0 248.17 1 0.58
Hex 47 2A FF 48 54 0 0 F8 64 3A
Octal 107 52 377 110 124 0 0 370 144 72
Binary 1000111 101010 11111111 1001000 1010100 0 0 11111000 1100100 111010

Color Harmonies of #472AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472AFF

Black with #472AFF

Text Example


Text Example

White with #472AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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