Html Css Color HEX #472DFD Han Purple

📋 copy color: '#472DFD'

red 71 ◦ green 45 ◦ blue 253

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

Shades of Han Purple #472DFD

Tints of Han Purple #472DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.56%

R = 19.24%
G = 12.2%
B = 68.56%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#472DFD (or 0x472DFD) is known color: Han Purple. HEX triplet: 47, 2D and FD. RGB value is (71,45,253). Sum of RGB (Red+Green+Blue) = 71+45+253=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #472DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472DFD is #B8D202. Grayscale: #4B4B4B. Windows color (decimal): -12112387 or 16592199. OLE color: 16592199.

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

Color convert

RGB 71 45 253 -
CMYK 0.72 0.82 0 0.01
HSL 247.5º 0.98% 0.58% -
HSV(B) 247.5º 0.82% 0.99% -
XYZ 21.27 10.31 93.8 -
YUV 76.49 227.61 124.09 -
System Red Green Blue C M Y K H S L
Decimal 71 45 253 0.72 0.82 0 0.01 247.5 0.98 0.58
Hex 47 2D FD 48 52 0 1 F8 62 3A
Octal 107 55 375 110 122 0 1 370 142 72
Binary 1000111 101101 11111101 1001000 1010010 0 1 11111000 1100010 111010

Color Harmonies of #472DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472DFD

Black with #472DFD

Text Example


Text Example

White with #472DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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