Html Css Color HEX #472CDD Han Purple

📋 copy color: '#472CDD'

red 71 ◦ green 44 ◦ blue 221

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

Shades of Han Purple #472CDD

Tints of Han Purple #472CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.77%

R = 21.13%
G = 13.1%
B = 65.77%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#472CDD (or 0x472CDD) is known color: Han Purple. HEX triplet: 47, 2C and DD. RGB value is (71,44,221). Sum of RGB (Red+Green+Blue) = 71+44+221=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #472CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472CDD is #B8D322. Grayscale: #474747. Windows color (decimal): -12112675 or 14494791. OLE color: 14494791.

HSL color Cylindrical-coordinate representation of color #472CDD: hue angle of 249.15º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #472CDD is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 44 221 -
CMYK 0.68 0.80 0 0.13
HSL 249.15º 0.72% 0.52% -
HSV(B) 249.15º 0.8% 0.87% -
XYZ 16.55 8.36 69.15 -
YUV 72.25 211.95 127.11 -
System Red Green Blue C M Y K H S L
Decimal 71 44 221 0.68 0.80 0 0.13 249.15 0.72 0.52
Hex 47 2C DD 44 50 0 D F9 48 34
Octal 107 54 335 104 120 0 15 371 110 64
Binary 1000111 101100 11011101 1000100 1010000 0 1101 11111001 1001000 110100

Color Harmonies of #472CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472CDD

Black with #472CDD

Text Example


Text Example

White with #472CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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