Html Css Color HEX #472DF9 Han Purple

📋 copy color: '#472DF9'

red 71 ◦ green 45 ◦ blue 249

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

Shades of Han Purple #472DF9

Tints of Han Purple #472DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 68.22%

R = 19.45%
G = 12.33%
B = 68.22%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#472DF9 (or 0x472DF9) is known color: Han Purple. HEX triplet: 47, 2D and F9. RGB value is (71,45,249). Sum of RGB (Red+Green+Blue) = 71+45+249=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 249 (97.66% from 255 or 68.22% from 365); Max value from RGB is 249 - color contains mainly: blue. Hex color #472DF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472DF9 is #B8D206. Grayscale: #4B4B4B. Windows color (decimal): -12112391 or 16330055. OLE color: 16330055.

HSL color Cylindrical-coordinate representation of color #472DF9: hue angle of 247.65º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #472DF9 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 45 249 -
CMYK 0.71 0.82 0 0.02
HSL 247.65º 0.94% 0.58% -
HSV(B) 247.65º 0.82% 0.98% -
XYZ 20.64 10.06 90.48 -
YUV 76.03 225.61 124.41 -
System Red Green Blue C M Y K H S L
Decimal 71 45 249 0.71 0.82 0 0.02 247.65 0.94 0.58
Hex 47 2D F9 47 52 0 2 F8 5E 3A
Octal 107 55 371 107 122 0 2 370 136 72
Binary 1000111 101101 11111001 1000111 1010010 0 10 11111000 1011110 111010

Color Harmonies of #472DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472DF9

Black with #472DF9

Text Example


Text Example

White with #472DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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