Html Css Color HEX #471DFD Han Purple

📋 copy color: '#471DFD'

red 71 ◦ green 29 ◦ blue 253

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

Shades of Han Purple #471DFD

Tints of Han Purple #471DFD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.22%

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

R = 20.11%
G = 8.22%
B = 71.67%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#471DFD (or 0x471DFD) is known color: Han Purple. HEX triplet: 47, 1D and FD. RGB value is (71,29,253). Sum of RGB (Red+Green+Blue) = 71+29+253=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #471DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471DFD is #B8E202. Grayscale: #424242. Windows color (decimal): -12116483 or 16588103. OLE color: 16588103.

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

Color convert

RGB 71 29 253 -
CMYK 0.72 0.89 0 0.01
HSL 251.25º 0.98% 0.55% -
HSV(B) 251.25º 0.89% 0.99% -
XYZ 20.77 9.31 93.63 -
YUV 67.09 232.91 130.79 -
System Red Green Blue C M Y K H S L
Decimal 71 29 253 0.72 0.89 0 0.01 251.25 0.98 0.55
Hex 47 1D FD 48 59 0 1 FB 62 37
Octal 107 35 375 110 131 0 1 373 142 67
Binary 1000111 11101 11111101 1001000 1011001 0 1 11111011 1100010 110111

Color Harmonies of #471DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471DFD

Black with #471DFD

Text Example


Text Example

White with #471DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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