Html Css Color HEX #560176 Indigo

📋 copy color: '#560176'

red 86 ◦ green 1 ◦ blue 118

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

Shades of Indigo #560176

Tints of Indigo #560176

RGB

 RED value IS 86 (33.98% from 255) = 41.95%

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

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

R = 41.95%
G = 0.49%
B = 57.56%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#560176 (or 0x560176) is known color: Indigo. HEX triplet: 56, 01 and 76. RGB value is (86,1,118). Sum of RGB (Red+Green+Blue) = 86+1+118=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #560176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560176 is #A9FE89. Grayscale: #272727. Windows color (decimal): -11140746 or 7733590. OLE color: 7733590.

HSL color Cylindrical-coordinate representation of color #560176: hue angle of 283.59º 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 #560176 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 1 118 -
CMYK 0.27 0.99 0 0.54
HSL 283.59º 0.98% 0.23% -
HSV(B) 283.59º 0.99% 0.46% -
XYZ 7.12 3.31 17.4 -
YUV 39.75 172.16 160.99 -
System Red Green Blue C M Y K H S L
Decimal 86 1 118 0.27 0.99 0 0.54 283.59 0.98 0.23
Hex 56 1 76 1B 63 0 36 11C 62 17
Octal 126 1 166 33 143 0 66 434 142 27
Binary 1010110 1 1110110 11011 1100011 0 110110 100011100 1100010 10111

Color Harmonies of #560176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560176

Black with #560176

Text Example


Text Example

White with #560176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560176; }

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

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

background-color css

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

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

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

border-color css

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

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

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