Html Css Color HEX #471572 Blue Diamond

📋 copy color: '#471572'

red 71 ◦ green 21 ◦ blue 114

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

Shades of Blue Diamond #471572

Tints of Blue Diamond #471572

RGB

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

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

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

R = 34.47%
G = 10.19%
B = 55.34%

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

#471572 (or 0x471572) is known color: Blue Diamond. HEX triplet: 47, 15 and 72. RGB value is (71,21,114). Sum of RGB (Red+Green+Blue) = 71+21+114=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #471572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471572 is #B8EA8D. Grayscale: #2E2E2E. Windows color (decimal): -12118670 or 7476551. OLE color: 7476551.

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

Color convert

RGB 71 21 114 -
CMYK 0.38 0.82 0 0.55
HSL 272.26º 0.69% 0.26% -
HSV(B) 272.26º 0.82% 0.45% -
XYZ 5.9 3.09 16.21 -
YUV 46.55 166.07 145.44 -
System Red Green Blue C M Y K H S L
Decimal 71 21 114 0.38 0.82 0 0.55 272.26 0.69 0.26
Hex 47 15 72 26 52 0 37 110 45 1A
Octal 107 25 162 46 122 0 67 420 105 32
Binary 1000111 10101 1110010 100110 1010010 0 110111 100010000 1000101 11010

Color Harmonies of #471572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471572

Black with #471572

Text Example


Text Example

White with #471572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471572; }

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

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

background-color css

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

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

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

border-color css

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

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

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