Html Css Color HEX #471BFB Han Purple

📋 copy color: '#471BFB'

red 71 ◦ green 27 ◦ blue 251

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

Shades of Han Purple #471BFB

Tints of Han Purple #471BFB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.74%

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

R = 20.34%
G = 7.74%
B = 71.92%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#471BFB (or 0x471BFB) is known color: Han Purple. HEX triplet: 47, 1B and FB. RGB value is (71,27,251). Sum of RGB (Red+Green+Blue) = 71+27+251=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #471BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471BFB is #B8E404. Grayscale: #404040. Windows color (decimal): -12116997 or 16456519. OLE color: 16456519.

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

Color convert

RGB 71 27 251 -
CMYK 0.72 0.89 0 0.02
HSL 251.79º 0.97% 0.55% -
HSV(B) 251.79º 0.89% 0.98% -
XYZ 20.4 9.09 91.95 -
YUV 65.69 232.58 131.79 -
System Red Green Blue C M Y K H S L
Decimal 71 27 251 0.72 0.89 0 0.02 251.79 0.97 0.55
Hex 47 1B FB 48 59 0 2 FC 61 37
Octal 107 33 373 110 131 0 2 374 141 67
Binary 1000111 11011 11111011 1001000 1011001 0 10 11111100 1100001 110111

Color Harmonies of #471BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471BFB

Black with #471BFB

Text Example


Text Example

White with #471BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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