Html Css Color HEX #471570 Blue Diamond

📋 copy color: '#471570'

red 71 ◦ green 21 ◦ blue 112

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

Shades of Blue Diamond #471570

Tints of Blue Diamond #471570

RGB

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

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

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

R = 34.8%
G = 10.29%
B = 54.9%

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

#471570 (or 0x471570) is known color: Blue Diamond. HEX triplet: 47, 15 and 70. RGB value is (71,21,112). Sum of RGB (Red+Green+Blue) = 71+21+112=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #471570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471570 is #B8EA8F. Grayscale: #2E2E2E. Windows color (decimal): -12118672 or 7345479. OLE color: 7345479.

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

Color convert

RGB 71 21 112 -
CMYK 0.37 0.81 0 0.56
HSL 272.97º 0.68% 0.26% -
HSV(B) 272.97º 0.81% 0.44% -
XYZ 5.79 3.05 15.61 -
YUV 46.32 165.07 145.6 -
System Red Green Blue C M Y K H S L
Decimal 71 21 112 0.37 0.81 0 0.56 272.97 0.68 0.26
Hex 47 15 70 25 51 0 38 111 44 1A
Octal 107 25 160 45 121 0 70 421 104 32
Binary 1000111 10101 1110000 100101 1010001 0 111000 100010001 1000100 11010

Color Harmonies of #471570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471570

Black with #471570

Text Example


Text Example

White with #471570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471570; }

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

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

background-color css

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

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

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

border-color css

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

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

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