Html Css Color HEX #471EFB Han Purple

📋 copy color: '#471EFB'

red 71 ◦ green 30 ◦ blue 251

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

Shades of Han Purple #471EFB

Tints of Han Purple #471EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.52%

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

R = 20.17%
G = 8.52%
B = 71.31%

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

#471EFB (or 0x471EFB) is known color: Han Purple. HEX triplet: 47, 1E and FB. RGB value is (71,30,251). Sum of RGB (Red+Green+Blue) = 71+30+251=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #471EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471EFB is #B8E104. Grayscale: #424242. Windows color (decimal): -12116229 or 16457287. OLE color: 16457287.

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

Color convert

RGB 71 30 251 -
CMYK 0.72 0.88 0 0.02
HSL 251.13º 0.97% 0.55% -
HSV(B) 251.13º 0.88% 0.98% -
XYZ 20.48 9.23 91.97 -
YUV 67.45 231.58 130.53 -
System Red Green Blue C M Y K H S L
Decimal 71 30 251 0.72 0.88 0 0.02 251.13 0.97 0.55
Hex 47 1E FB 48 58 0 2 FB 61 37
Octal 107 36 373 110 130 0 2 373 141 67
Binary 1000111 11110 11111011 1001000 1011000 0 10 11111011 1100001 110111

Color Harmonies of #471EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471EFB

Black with #471EFB

Text Example


Text Example

White with #471EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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