Html Css Color HEX #471F72 Blue Diamond

📋 copy color: '#471F72'

red 71 ◦ green 31 ◦ blue 114

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

Shades of Blue Diamond #471F72

Tints of Blue Diamond #471F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.78%

R = 32.87%
G = 14.35%
B = 52.78%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#471F72 (or 0x471F72) is known color: Blue Diamond. HEX triplet: 47, 1F and 72. RGB value is (71,31,114). Sum of RGB (Red+Green+Blue) = 71+31+114=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #471F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471F72 is #B8E08D. Grayscale: #343434. Windows color (decimal): -12116110 or 7479111. OLE color: 7479111.

HSL color Cylindrical-coordinate representation of color #471F72: hue angle of 268.92º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471F72 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 31 114 -
CMYK 0.38 0.73 0 0.55
HSL 268.92º 0.57% 0.28% -
HSV(B) 268.92º 0.73% 0.45% -
XYZ 6.13 3.53 16.28 -
YUV 52.42 162.75 141.25 -
System Red Green Blue C M Y K H S L
Decimal 71 31 114 0.38 0.73 0 0.55 268.92 0.57 0.28
Hex 47 1F 72 26 49 0 37 10D 39 1C
Octal 107 37 162 46 111 0 67 415 71 34
Binary 1000111 11111 1110010 100110 1001001 0 110111 100001101 111001 11100

Color Harmonies of #471F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F72

Black with #471F72

Text Example


Text Example

White with #471F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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