Html Css Color HEX #471FFF Han Purple

📋 copy color: '#471FFF'

red 71 ◦ green 31 ◦ blue 255

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

Shades of Han Purple #471FFF

Tints of Han Purple #471FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.68%

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

R = 19.89%
G = 8.68%
B = 71.43%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#471FFF (or 0x471FFF) is known color: Han Purple. HEX triplet: 47, 1F and FF. RGB value is (71,31,255). Sum of RGB (Red+Green+Blue) = 71+31+255=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #471FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471FFF is #B8E000. Grayscale: #434343. Windows color (decimal): -12115969 or 16719687. OLE color: 16719687.

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

Color convert

RGB 71 31 255 -
CMYK 0.72 0.88 0 0
HSL 250.71º 1% 0.56% -
HSV(B) 250.71º 0.88% 1% -
XYZ 21.14 9.54 95.33 -
YUV 68.5 233.25 129.79 -
System Red Green Blue C M Y K H S L
Decimal 71 31 255 0.72 0.88 0 0 250.71 1 0.56
Hex 47 1F FF 48 58 0 0 FB 64 38
Octal 107 37 377 110 130 0 0 373 144 70
Binary 1000111 11111 11111111 1001000 1011000 0 0 11111011 1100100 111000

Color Harmonies of #471FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471FFF

Black with #471FFF

Text Example


Text Example

White with #471FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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