Html Css Color HEX #472BD9 Han Purple

📋 copy color: '#472BD9'

red 71 ◦ green 43 ◦ blue 217

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

Shades of Han Purple #472BD9

Tints of Han Purple #472BD9

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.99%

 BLUE value IS 217 (85.16% from 255) = 65.56%

R = 21.45%
G = 12.99%
B = 65.56%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#472BD9 (or 0x472BD9) is known color: Han Purple. HEX triplet: 47, 2B and D9. RGB value is (71,43,217). Sum of RGB (Red+Green+Blue) = 71+43+217=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 217 (85.16% from 255 or 65.56% from 331); Max value from RGB is 217 - color contains mainly: blue. Hex color #472BD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472BD9 is #B8D426. Grayscale: #464646. Windows color (decimal): -12112935 or 14232391. OLE color: 14232391.

HSL color Cylindrical-coordinate representation of color #472BD9: hue angle of 249.66º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #472BD9 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 43 217 -
CMYK 0.67 0.80 0 0.15
HSL 249.66º 0.7% 0.51% -
HSV(B) 249.66º 0.8% 0.85% -
XYZ 15.99 8.08 66.36 -
YUV 71.21 210.28 127.85 -
System Red Green Blue C M Y K H S L
Decimal 71 43 217 0.67 0.80 0 0.15 249.66 0.7 0.51
Hex 47 2B D9 43 50 0 F FA 46 33
Octal 107 53 331 103 120 0 17 372 106 63
Binary 1000111 101011 11011001 1000011 1010000 0 1111 11111010 1000110 110011

Color Harmonies of #472BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472BD9

Black with #472BD9

Text Example


Text Example

White with #472BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,43,217); }

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

background-color css

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

 a { background-color: rgb(71,43,217); }

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

border-color css

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

 span { border-color: rgb(71,43,217); }

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