Html Css Color HEX #471573 Blue Diamond

📋 copy color: '#471573'

red 71 ◦ green 21 ◦ blue 115

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

Shades of Blue Diamond #471573

Tints of Blue Diamond #471573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.56%

R = 34.3%
G = 10.14%
B = 55.56%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#471573 (or 0x471573) is known color: Blue Diamond. HEX triplet: 47, 15 and 73. RGB value is (71,21,115). Sum of RGB (Red+Green+Blue) = 71+21+115=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #471573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471573 is #B8EA8C. Grayscale: #2E2E2E. Windows color (decimal): -12118669 or 7542087. OLE color: 7542087.

HSL color Cylindrical-coordinate representation of color #471573: hue angle of 271.91º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471573 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 21 115 -
CMYK 0.38 0.82 0 0.55
HSL 271.91º 0.69% 0.27% -
HSV(B) 271.91º 0.82% 0.45% -
XYZ 5.96 3.11 16.51 -
YUV 46.67 166.57 145.36 -
System Red Green Blue C M Y K H S L
Decimal 71 21 115 0.38 0.82 0 0.55 271.91 0.69 0.27
Hex 47 15 73 26 52 0 37 110 45 1B
Octal 107 25 163 46 122 0 67 420 105 33
Binary 1000111 10101 1110011 100110 1010010 0 110111 100010000 1000101 11011

Color Harmonies of #471573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471573

Black with #471573

Text Example


Text Example

White with #471573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471573; }

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

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

background-color css

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

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

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

border-color css

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

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

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