Html Css Color HEX #471DFB Han Purple

📋 copy color: '#471DFB'

red 71 ◦ green 29 ◦ blue 251

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

Shades of Han Purple #471DFB

Tints of Han Purple #471DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 71.51%

R = 20.23%
G = 8.26%
B = 71.51%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#471DFB (or 0x471DFB) is known color: Han Purple. HEX triplet: 47, 1D and FB. RGB value is (71,29,251). Sum of RGB (Red+Green+Blue) = 71+29+251=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #471DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471DFB is #B8E204. Grayscale: #424242. Windows color (decimal): -12116485 or 16457031. OLE color: 16457031.

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

Color convert

RGB 71 29 251 -
CMYK 0.72 0.88 0 0.02
HSL 251.35º 0.97% 0.55% -
HSV(B) 251.35º 0.88% 0.98% -
XYZ 20.45 9.18 91.96 -
YUV 66.87 231.91 130.95 -
System Red Green Blue C M Y K H S L
Decimal 71 29 251 0.72 0.88 0 0.02 251.35 0.97 0.55
Hex 47 1D FB 48 58 0 2 FB 61 37
Octal 107 35 373 110 130 0 2 373 141 67
Binary 1000111 11101 11111011 1001000 1011000 0 10 11111011 1100001 110111

Color Harmonies of #471DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471DFB

Black with #471DFB

Text Example


Text Example

White with #471DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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