Html Css Color HEX #472CDA Han Purple

📋 copy color: '#472CDA'

red 71 ◦ green 44 ◦ blue 218

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

Shades of Han Purple #472CDA

Tints of Han Purple #472CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.47%

R = 21.32%
G = 13.21%
B = 65.47%

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

#472CDA (or 0x472CDA) is known color: Han Purple. HEX triplet: 47, 2C and DA. RGB value is (71,44,218). Sum of RGB (Red+Green+Blue) = 71+44+218=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #472CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472CDA is #B8D325. Grayscale: #474747. Windows color (decimal): -12112678 or 14298183. OLE color: 14298183.

HSL color Cylindrical-coordinate representation of color #472CDA: hue angle of 249.31º 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 #472CDA is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 44 218 -
CMYK 0.67 0.80 0 0.15
HSL 249.31º 0.7% 0.51% -
HSV(B) 249.31º 0.8% 0.85% -
XYZ 16.15 8.2 67.06 -
YUV 71.91 210.45 127.35 -
System Red Green Blue C M Y K H S L
Decimal 71 44 218 0.67 0.80 0 0.15 249.31 0.7 0.51
Hex 47 2C DA 43 50 0 F F9 46 33
Octal 107 54 332 103 120 0 17 371 106 63
Binary 1000111 101100 11011010 1000011 1010000 0 1111 11111001 1000110 110011

Color Harmonies of #472CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472CDA

Black with #472CDA

Text Example


Text Example

White with #472CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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