Html Css Color HEX #472BDE Han Purple

📋 copy color: '#472BDE'

red 71 ◦ green 43 ◦ blue 222

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

Shades of Han Purple #472BDE

Tints of Han Purple #472BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.07%

R = 21.13%
G = 12.8%
B = 66.07%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#472BDE (or 0x472BDE) is known color: Han Purple. HEX triplet: 47, 2B and DE. RGB value is (71,43,222). Sum of RGB (Red+Green+Blue) = 71+43+222=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #472BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472BDE is #B8D421. Grayscale: #474747. Windows color (decimal): -12112930 or 14560071. OLE color: 14560071.

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

Color convert

RGB 71 43 222 -
CMYK 0.68 0.81 0 0.13
HSL 249.39º 0.73% 0.52% -
HSV(B) 249.39º 0.81% 0.87% -
XYZ 16.65 8.34 69.84 -
YUV 71.78 212.78 127.45 -
System Red Green Blue C M Y K H S L
Decimal 71 43 222 0.68 0.81 0 0.13 249.39 0.73 0.52
Hex 47 2B DE 44 51 0 D F9 49 34
Octal 107 53 336 104 121 0 15 371 111 64
Binary 1000111 101011 11011110 1000100 1010001 0 1101 11111001 1001001 110100

Color Harmonies of #472BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472BDE

Black with #472BDE

Text Example


Text Example

White with #472BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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