Html Css Color HEX #471970 Blue Diamond

📋 copy color: '#471970'

red 71 ◦ green 25 ◦ blue 112

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

Shades of Blue Diamond #471970

Tints of Blue Diamond #471970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.85%

R = 34.13%
G = 12.02%
B = 53.85%

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

#471970 (or 0x471970) is known color: Blue Diamond. HEX triplet: 47, 19 and 70. RGB value is (71,25,112). Sum of RGB (Red+Green+Blue) = 71+25+112=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #471970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471970 is #B8E68F. Grayscale: #303030. Windows color (decimal): -12117648 or 7346503. OLE color: 7346503.

HSL color Cylindrical-coordinate representation of color #471970: hue angle of 271.72º 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 #471970 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 25 112 -
CMYK 0.37 0.78 0 0.56
HSL 271.72º 0.64% 0.27% -
HSV(B) 271.72º 0.78% 0.44% -
XYZ 5.87 3.2 15.64 -
YUV 48.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 71 25 112 0.37 0.78 0 0.56 271.72 0.64 0.27
Hex 47 19 70 25 4E 0 38 110 40 1B
Octal 107 31 160 45 116 0 70 420 100 33
Binary 1000111 11001 1110000 100101 1001110 0 111000 100010000 1000000 11011

Color Harmonies of #471970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471970

Black with #471970

Text Example


Text Example

White with #471970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471970; }

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

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

background-color css

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

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

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

border-color css

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

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

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