Html Css Color HEX #571C71 Blue Diamond

📋 copy color: '#571C71'

red 87 ◦ green 28 ◦ blue 113

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

Shades of Blue Diamond #571C71

Tints of Blue Diamond #571C71

RGB

 RED value IS 87 (34.38% from 255) = 38.16%

 GREEN value IS 28 (11.33% from 255) = 12.28%

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

R = 38.16%
G = 12.28%
B = 49.56%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#571C71 (or 0x571C71) is known color: Blue Diamond. HEX triplet: 57, 1C and 71. RGB value is (87,28,113). Sum of RGB (Red+Green+Blue) = 87+28+113=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #571C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571C71 is #A8E38E. Grayscale: #373737. Windows color (decimal): -11068303 or 7412823. OLE color: 7412823.

HSL color Cylindrical-coordinate representation of color #571C71: hue angle of 281.65º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #571C71 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 28 113 -
CMYK 0.23 0.75 0 0.56
HSL 281.65º 0.6% 0.28% -
HSV(B) 281.65º 0.75% 0.44% -
XYZ 7.33 4.05 16.02 -
YUV 55.33 160.55 150.59 -
System Red Green Blue C M Y K H S L
Decimal 87 28 113 0.23 0.75 0 0.56 281.65 0.6 0.28
Hex 57 1C 71 17 4B 0 38 11A 3C 1C
Octal 127 34 161 27 113 0 70 432 74 34
Binary 1010111 11100 1110001 10111 1001011 0 111000 100011010 111100 11100

Color Harmonies of #571C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C71

Black with #571C71

Text Example


Text Example

White with #571C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571C71; }

 p { color: rgb(87,28,113); }

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

background-color css

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

 a { background-color: rgb(87,28,113); }

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

border-color css

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

 span { border-color: rgb(87,28,113); }

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