Html Css Color HEX #472DDB Han Purple

📋 copy color: '#472DDB'

red 71 ◦ green 45 ◦ blue 219

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

Shades of Han Purple #472DDB

Tints of Han Purple #472DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.43%

 BLUE value IS 219 (85.94% from 255) = 65.37%

R = 21.19%
G = 13.43%
B = 65.37%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#472DDB (or 0x472DDB) is known color: Han Purple. HEX triplet: 47, 2D and DB. RGB value is (71,45,219). Sum of RGB (Red+Green+Blue) = 71+45+219=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #472DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472DDB is #B8D224. Grayscale: #474747. Windows color (decimal): -12112421 or 14363975. OLE color: 14363975.

HSL color Cylindrical-coordinate representation of color #472DDB: hue angle of 248.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #472DDB is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 45 219 -
CMYK 0.68 0.79 0 0.14
HSL 248.97º 0.71% 0.52% -
HSV(B) 248.97º 0.79% 0.86% -
XYZ 16.32 8.33 67.77 -
YUV 72.61 210.61 126.85 -
System Red Green Blue C M Y K H S L
Decimal 71 45 219 0.68 0.79 0 0.14 248.97 0.71 0.52
Hex 47 2D DB 44 4F 0 E F9 47 34
Octal 107 55 333 104 117 0 16 371 107 64
Binary 1000111 101101 11011011 1000100 1001111 0 1110 11111001 1000111 110100

Color Harmonies of #472DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472DDB

Black with #472DDB

Text Example


Text Example

White with #472DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,45,219); }

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

background-color css

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

 a { background-color: rgb(71,45,219); }

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

border-color css

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

 span { border-color: rgb(71,45,219); }

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