Html Css Color HEX #471BFF Han Purple

📋 copy color: '#471BFF'

red 71 ◦ green 27 ◦ blue 255

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

Shades of Han Purple #471BFF

Tints of Han Purple #471BFF

RGB

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

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

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

R = 20.11%
G = 7.65%
B = 72.24%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#471BFF (or 0x471BFF) is known color: Han Purple. HEX triplet: 47, 1B and FF. RGB value is (71,27,255). Sum of RGB (Red+Green+Blue) = 71+27+255=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #471BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471BFF is #B8E400. Grayscale: #414141. Windows color (decimal): -12116993 or 16718663. OLE color: 16718663.

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

Color convert

RGB 71 27 255 -
CMYK 0.72 0.89 0 0
HSL 251.58º 1% 0.55% -
HSV(B) 251.58º 0.89% 1% -
XYZ 21.04 9.34 95.3 -
YUV 66.15 234.58 131.46 -
System Red Green Blue C M Y K H S L
Decimal 71 27 255 0.72 0.89 0 0 251.58 1 0.55
Hex 47 1B FF 48 59 0 0 FC 64 37
Octal 107 33 377 110 131 0 0 374 144 67
Binary 1000111 11011 11111111 1001000 1011001 0 0 11111100 1100100 110111

Color Harmonies of #471BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471BFF

Black with #471BFF

Text Example


Text Example

White with #471BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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