Html Css Color HEX #472571 Blue Diamond

📋 copy color: '#472571'

red 71 ◦ green 37 ◦ blue 113

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

Shades of Blue Diamond #472571

Tints of Blue Diamond #472571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.74%

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

R = 32.13%
G = 16.74%
B = 51.13%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#472571 (or 0x472571) is known color: Blue Diamond. HEX triplet: 47, 25 and 71. RGB value is (71,37,113). Sum of RGB (Red+Green+Blue) = 71+37+113=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #472571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472571 is #B8DA8E. Grayscale: #373737. Windows color (decimal): -12114575 or 7415111. OLE color: 7415111.

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

Color convert

RGB 71 37 113 -
CMYK 0.37 0.67 0 0.56
HSL 266.84º 0.51% 0.29% -
HSV(B) 266.84º 0.67% 0.44% -
XYZ 6.24 3.85 16.04 -
YUV 55.83 160.26 138.82 -
System Red Green Blue C M Y K H S L
Decimal 71 37 113 0.37 0.67 0 0.56 266.84 0.51 0.29
Hex 47 25 71 25 43 0 38 10B 33 1D
Octal 107 45 161 45 103 0 70 413 63 35
Binary 1000111 100101 1110001 100101 1000011 0 111000 100001011 110011 11101

Color Harmonies of #472571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472571

Black with #472571

Text Example


Text Example

White with #472571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472571; }

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

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

background-color css

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

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

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

border-color css

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

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

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