Html Css Color HEX #471FFB Han Purple

📋 copy color: '#471FFB'

red 71 ◦ green 31 ◦ blue 251

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

Shades of Han Purple #471FFB

Tints of Han Purple #471FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.78%

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

R = 20.11%
G = 8.78%
B = 71.1%

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

#471FFB (or 0x471FFB) is known color: Han Purple. HEX triplet: 47, 1F and FB. RGB value is (71,31,251). Sum of RGB (Red+Green+Blue) = 71+31+251=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #471FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471FFB is #B8E004. Grayscale: #434343. Windows color (decimal): -12115973 or 16457543. OLE color: 16457543.

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

Color convert

RGB 71 31 251 -
CMYK 0.72 0.88 0 0.02
HSL 250.91º 0.96% 0.55% -
HSV(B) 250.91º 0.88% 0.98% -
XYZ 20.5 9.28 91.98 -
YUV 68.04 231.25 130.11 -
System Red Green Blue C M Y K H S L
Decimal 71 31 251 0.72 0.88 0 0.02 250.91 0.96 0.55
Hex 47 1F FB 48 58 0 2 FB 60 37
Octal 107 37 373 110 130 0 2 373 140 67
Binary 1000111 11111 11111011 1001000 1011000 0 10 11111011 1100000 110111

Color Harmonies of #471FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471FFB

Black with #471FFB

Text Example


Text Example

White with #471FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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