Html Css Color HEX #471871 Blue Diamond

📋 copy color: '#471871'

red 71 ◦ green 24 ◦ blue 113

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

Shades of Blue Diamond #471871

Tints of Blue Diamond #471871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

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

R = 34.13%
G = 11.54%
B = 54.33%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#471871 (or 0x471871) is known color: Blue Diamond. HEX triplet: 47, 18 and 71. RGB value is (71,24,113). Sum of RGB (Red+Green+Blue) = 71+24+113=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #471871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471871 is #B8E78E. Grayscale: #2F2F2F. Windows color (decimal): -12117903 or 7411783. OLE color: 7411783.

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

Color convert

RGB 71 24 113 -
CMYK 0.37 0.79 0 0.56
HSL 271.69º 0.65% 0.27% -
HSV(B) 271.69º 0.79% 0.44% -
XYZ 5.91 3.19 15.93 -
YUV 48.2 164.57 144.26 -
System Red Green Blue C M Y K H S L
Decimal 71 24 113 0.37 0.79 0 0.56 271.69 0.65 0.27
Hex 47 18 71 25 4F 0 38 110 41 1B
Octal 107 30 161 45 117 0 70 420 101 33
Binary 1000111 11000 1110001 100101 1001111 0 111000 100010000 1000001 11011

Color Harmonies of #471871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471871

Black with #471871

Text Example


Text Example

White with #471871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471871; }

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

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

background-color css

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

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

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

border-color css

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

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

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