Html Css Color HEX #471CFB Han Purple

📋 copy color: '#471CFB'

red 71 ◦ green 28 ◦ blue 251

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

Shades of Han Purple #471CFB

Tints of Han Purple #471CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8%

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

R = 20.29%
G = 8%
B = 71.71%

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

#471CFB (or 0x471CFB) is known color: Han Purple. HEX triplet: 47, 1C and FB. RGB value is (71,28,251). Sum of RGB (Red+Green+Blue) = 71+28+251=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #471CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471CFB is #B8E304. Grayscale: #414141. Windows color (decimal): -12116741 or 16456775. OLE color: 16456775.

HSL color Cylindrical-coordinate representation of color #471CFB: hue angle of 251.57º 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 #471CFB is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 28 251 -
CMYK 0.72 0.89 0 0.02
HSL 251.57º 0.97% 0.55% -
HSV(B) 251.57º 0.89% 0.98% -
XYZ 20.43 9.14 91.95 -
YUV 66.28 232.25 131.37 -
System Red Green Blue C M Y K H S L
Decimal 71 28 251 0.72 0.89 0 0.02 251.57 0.97 0.55
Hex 47 1C FB 48 59 0 2 FC 61 37
Octal 107 34 373 110 131 0 2 374 141 67
Binary 1000111 11100 11111011 1001000 1011001 0 10 11111100 1100001 110111

Color Harmonies of #471CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CFB

Black with #471CFB

Text Example


Text Example

White with #471CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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