Html Css Color HEX #471571 Blue Diamond

📋 copy color: '#471571'

red 71 ◦ green 21 ◦ blue 113

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

Shades of Blue Diamond #471571

Tints of Blue Diamond #471571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.24%

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

R = 34.63%
G = 10.24%
B = 55.12%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#471571 (or 0x471571) is known color: Blue Diamond. HEX triplet: 47, 15 and 71. RGB value is (71,21,113). Sum of RGB (Red+Green+Blue) = 71+21+113=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #471571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471571 is #B8EA8E. Grayscale: #2E2E2E. Windows color (decimal): -12118671 or 7411015. OLE color: 7411015.

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

Color convert

RGB 71 21 113 -
CMYK 0.37 0.81 0 0.56
HSL 272.61º 0.69% 0.26% -
HSV(B) 272.61º 0.81% 0.44% -
XYZ 5.85 3.07 15.91 -
YUV 46.44 165.57 145.52 -
System Red Green Blue C M Y K H S L
Decimal 71 21 113 0.37 0.81 0 0.56 272.61 0.69 0.26
Hex 47 15 71 25 51 0 38 111 45 1A
Octal 107 25 161 45 121 0 70 421 105 32
Binary 1000111 10101 1110001 100101 1010001 0 111000 100010001 1000101 11010

Color Harmonies of #471571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471571

Black with #471571

Text Example


Text Example

White with #471571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471571; }

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

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

background-color css

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

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

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

border-color css

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

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

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