Html Css Color HEX #571076 Indigo

📋 copy color: '#571076'

red 87 ◦ green 16 ◦ blue 118

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

Shades of Indigo #571076

Tints of Indigo #571076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.24%

 BLUE value IS 118 (46.48% from 255) = 53.39%

R = 39.37%
G = 7.24%
B = 53.39%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#571076 (or 0x571076) is known color: Indigo. HEX triplet: 57, 10 and 76. RGB value is (87,16,118). Sum of RGB (Red+Green+Blue) = 87+16+118=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #571076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571076 is #A8EF89. Grayscale: #303030. Windows color (decimal): -11071370 or 7737431. OLE color: 7737431.

HSL color Cylindrical-coordinate representation of color #571076: hue angle of 281.76º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571076 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 16 118 -
CMYK 0.26 0.86 0 0.54
HSL 281.76º 0.76% 0.26% -
HSV(B) 281.76º 0.86% 0.46% -
XYZ 7.39 3.7 17.47 -
YUV 48.86 167.02 155.21 -
System Red Green Blue C M Y K H S L
Decimal 87 16 118 0.26 0.86 0 0.54 281.76 0.76 0.26
Hex 57 10 76 1A 56 0 36 11A 4C 1A
Octal 127 20 166 32 126 0 66 432 114 32
Binary 1010111 10000 1110110 11010 1010110 0 110110 100011010 1001100 11010

Color Harmonies of #571076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571076

Black with #571076

Text Example


Text Example

White with #571076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571076; }

 p { color: rgb(87,16,118); }

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

background-color css

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

 a { background-color: rgb(87,16,118); }

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

border-color css

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

 span { border-color: rgb(87,16,118); }

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