Html Css Color HEX #472BFF Han Purple

📋 copy color: '#472BFF'

red 71 ◦ green 43 ◦ blue 255

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

Shades of Han Purple #472BFF

Tints of Han Purple #472BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 69.11%

R = 19.24%
G = 11.65%
B = 69.11%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#472BFF (or 0x472BFF) is known color: Han Purple. HEX triplet: 47, 2B and FF. RGB value is (71,43,255). Sum of RGB (Red+Green+Blue) = 71+43+255=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #472BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472BFF is #B8D400. Grayscale: #4A4A4A. Windows color (decimal): -12112897 or 16722759. OLE color: 16722759.

HSL color Cylindrical-coordinate representation of color #472BFF: hue angle of 247.92º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #472BFF is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 43 255 -
CMYK 0.72 0.83 0 0
HSL 247.92º 1% 0.58% -
HSV(B) 247.92º 0.83% 1% -
XYZ 21.51 10.29 95.46 -
YUV 75.54 229.28 124.76 -
System Red Green Blue C M Y K H S L
Decimal 71 43 255 0.72 0.83 0 0 247.92 1 0.58
Hex 47 2B FF 48 53 0 0 F8 64 3A
Octal 107 53 377 110 123 0 0 370 144 72
Binary 1000111 101011 11111111 1001000 1010011 0 0 11111000 1100100 111010

Color Harmonies of #472BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472BFF

Black with #472BFF

Text Example


Text Example

White with #472BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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