Html Css Color HEX #471AFF Han Purple

📋 copy color: '#471AFF'

red 71 ◦ green 26 ◦ blue 255

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

Shades of Han Purple #471AFF

Tints of Han Purple #471AFF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.39%

 BLUE value IS 255 (100% from 255) = 72.44%

R = 20.17%
G = 7.39%
B = 72.44%

CMYK

 C value IS 0.72

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#471AFF (or 0x471AFF) is known color: Han Purple. HEX triplet: 47, 1A and FF. RGB value is (71,26,255). Sum of RGB (Red+Green+Blue) = 71+26+255=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #471AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471AFF is #B8E500. Grayscale: #404040. Windows color (decimal): -12117249 or 16718407. OLE color: 16718407.

HSL color Cylindrical-coordinate representation of color #471AFF: hue angle of 251.79º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #471AFF is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 26 255 -
CMYK 0.72 0.90 0 0
HSL 251.79º 1% 0.55% -
HSV(B) 251.79º 0.9% 1% -
XYZ 21.02 9.3 95.29 -
YUV 65.56 234.91 131.88 -
System Red Green Blue C M Y K H S L
Decimal 71 26 255 0.72 0.90 0 0 251.79 1 0.55
Hex 47 1A FF 48 5A 0 0 FC 64 37
Octal 107 32 377 110 132 0 0 374 144 67
Binary 1000111 11010 11111111 1001000 1011010 0 0 11111100 1100100 110111

Color Harmonies of #471AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471AFF

Black with #471AFF

Text Example


Text Example

White with #471AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,26,255); }

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

background-color css

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

 a { background-color: rgb(71,26,255); }

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

border-color css

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

 span { border-color: rgb(71,26,255); }

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