Html Css Color HEX #570176 Indigo

📋 copy color: '#570176'

red 87 ◦ green 1 ◦ blue 118

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

Shades of Indigo #570176

Tints of Indigo #570176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 42.23%
G = 0.49%
B = 57.28%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#570176 (or 0x570176) is known color: Indigo. HEX triplet: 57, 01 and 76. RGB value is (87,1,118). Sum of RGB (Red+Green+Blue) = 87+1+118=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #570176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570176 is #A8FE89. Grayscale: #272727. Windows color (decimal): -11075210 or 7733591. OLE color: 7733591.

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

Color convert

RGB 87 1 118 -
CMYK 0.26 0.99 0 0.54
HSL 284.1º 0.98% 0.23% -
HSV(B) 284.1º 0.99% 0.46% -
XYZ 7.21 3.36 17.41 -
YUV 40.05 171.99 161.49 -
System Red Green Blue C M Y K H S L
Decimal 87 1 118 0.26 0.99 0 0.54 284.1 0.98 0.23
Hex 57 1 76 1A 63 0 36 11C 62 17
Octal 127 1 166 32 143 0 66 434 142 27
Binary 1010111 1 1110110 11010 1100011 0 110110 100011100 1100010 10111

Color Harmonies of #570176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570176

Black with #570176

Text Example


Text Example

White with #570176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570176; }

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

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

background-color css

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

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

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

border-color css

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

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

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