Html Css Color HEX #471CFA Han Purple

📋 copy color: '#471CFA'

red 71 ◦ green 28 ◦ blue 250

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

Shades of Han Purple #471CFA

Tints of Han Purple #471CFA

RGB

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

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

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

R = 20.34%
G = 8.02%
B = 71.63%

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

#471CFA (or 0x471CFA) is known color: Han Purple. HEX triplet: 47, 1C and FA. RGB value is (71,28,250). Sum of RGB (Red+Green+Blue) = 71+28+250=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #471CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471CFA is #B8E305. Grayscale: #414141. Windows color (decimal): -12116742 or 16391239. OLE color: 16391239.

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

Color convert

RGB 71 28 250 -
CMYK 0.72 0.89 0 0.02
HSL 251.62º 0.96% 0.55% -
HSV(B) 251.62º 0.89% 0.98% -
XYZ 20.27 9.07 91.13 -
YUV 66.17 231.75 131.45 -
System Red Green Blue C M Y K H S L
Decimal 71 28 250 0.72 0.89 0 0.02 251.62 0.96 0.55
Hex 47 1C FA 48 59 0 2 FC 60 37
Octal 107 34 372 110 131 0 2 374 140 67
Binary 1000111 11100 11111010 1001000 1011001 0 10 11111100 1100000 110111

Color Harmonies of #471CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CFA

Black with #471CFA

Text Example


Text Example

White with #471CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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