Html Css Color HEX #471BFA Han Purple

📋 copy color: '#471BFA'

red 71 ◦ green 27 ◦ blue 250

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

Shades of Han Purple #471BFA

Tints of Han Purple #471BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.84%

R = 20.4%
G = 7.76%
B = 71.84%

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

#471BFA (or 0x471BFA) is known color: Han Purple. HEX triplet: 47, 1B and FA. RGB value is (71,27,250). Sum of RGB (Red+Green+Blue) = 71+27+250=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #471BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471BFA is #B8E405. Grayscale: #404040. Windows color (decimal): -12116998 or 16390983. OLE color: 16390983.

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

Color convert

RGB 71 27 250 -
CMYK 0.72 0.89 0 0.02
HSL 251.84º 0.96% 0.54% -
HSV(B) 251.84º 0.89% 0.98% -
XYZ 20.25 9.03 91.12 -
YUV 65.58 232.08 131.87 -
System Red Green Blue C M Y K H S L
Decimal 71 27 250 0.72 0.89 0 0.02 251.84 0.96 0.54
Hex 47 1B FA 48 59 0 2 FC 60 36
Octal 107 33 372 110 131 0 2 374 140 66
Binary 1000111 11011 11111010 1001000 1011001 0 10 11111100 1100000 110110

Color Harmonies of #471BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471BFA

Black with #471BFA

Text Example


Text Example

White with #471BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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