Html Css Color HEX #471971 Blue Diamond

📋 copy color: '#471971'

red 71 ◦ green 25 ◦ blue 113

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

Shades of Blue Diamond #471971

Tints of Blue Diamond #471971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.96%

 BLUE value IS 113 (44.53% from 255) = 54.07%

R = 33.97%
G = 11.96%
B = 54.07%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#471971 (or 0x471971) is known color: Blue Diamond. HEX triplet: 47, 19 and 71. RGB value is (71,25,113). Sum of RGB (Red+Green+Blue) = 71+25+113=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #471971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471971 is #B8E68E. Grayscale: #303030. Windows color (decimal): -12117647 or 7412039. OLE color: 7412039.

HSL color Cylindrical-coordinate representation of color #471971: hue angle of 271.36º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #471971 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 25 113 -
CMYK 0.37 0.78 0 0.56
HSL 271.36º 0.64% 0.27% -
HSV(B) 271.36º 0.78% 0.44% -
XYZ 5.93 3.23 15.93 -
YUV 48.79 164.24 143.84 -
System Red Green Blue C M Y K H S L
Decimal 71 25 113 0.37 0.78 0 0.56 271.36 0.64 0.27
Hex 47 19 71 25 4E 0 38 10F 40 1B
Octal 107 31 161 45 116 0 70 417 100 33
Binary 1000111 11001 1110001 100101 1001110 0 111000 100001111 1000000 11011

Color Harmonies of #471971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471971

Black with #471971

Text Example


Text Example

White with #471971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471971; }

 p { color: rgb(71,25,113); }

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

background-color css

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

 a { background-color: rgb(71,25,113); }

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

border-color css

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

 span { border-color: rgb(71,25,113); }

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