Html Css Color HEX #471CF9 Han Purple

📋 copy color: '#471CF9'

red 71 ◦ green 28 ◦ blue 249

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

Shades of Han Purple #471CF9

Tints of Han Purple #471CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 71.55%

R = 20.4%
G = 8.05%
B = 71.55%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#471CF9 (or 0x471CF9) is known color: Han Purple. HEX triplet: 47, 1C and F9. RGB value is (71,28,249). Sum of RGB (Red+Green+Blue) = 71+28+249=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 249 (97.66% from 255 or 71.55% from 348); Max value from RGB is 249 - color contains mainly: blue. Hex color #471CF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471CF9 is #B8E306. Grayscale: #414141. Windows color (decimal): -12116743 or 16325703. OLE color: 16325703.

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

Color convert

RGB 71 28 249 -
CMYK 0.71 0.89 0 0.02
HSL 251.67º 0.95% 0.54% -
HSV(B) 251.67º 0.89% 0.98% -
XYZ 20.11 9.01 90.3 -
YUV 66.05 231.25 131.53 -
System Red Green Blue C M Y K H S L
Decimal 71 28 249 0.71 0.89 0 0.02 251.67 0.95 0.54
Hex 47 1C F9 47 59 0 2 FC 5F 36
Octal 107 34 371 107 131 0 2 374 137 66
Binary 1000111 11100 11111001 1000111 1011001 0 10 11111100 1011111 110110

Color Harmonies of #471CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CF9

Black with #471CF9

Text Example


Text Example

White with #471CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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