Html Css Color HEX #560173 Indigo

📋 copy color: '#560173'

red 86 ◦ green 1 ◦ blue 115

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

Shades of Indigo #560173

Tints of Indigo #560173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.93%

R = 42.57%
G = 0.5%
B = 56.93%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#560173 (or 0x560173) is known color: Indigo. HEX triplet: 56, 01 and 73. RGB value is (86,1,115). Sum of RGB (Red+Green+Blue) = 86+1+115=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #560173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560173 is #A9FE8C. Grayscale: #272727. Windows color (decimal): -11140749 or 7536982. OLE color: 7536982.

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

Color convert

RGB 86 1 115 -
CMYK 0.25 0.99 0 0.55
HSL 284.74º 0.98% 0.23% -
HSV(B) 284.74º 0.99% 0.45% -
XYZ 6.94 3.24 16.48 -
YUV 39.41 170.66 161.23 -
System Red Green Blue C M Y K H S L
Decimal 86 1 115 0.25 0.99 0 0.55 284.74 0.98 0.23
Hex 56 1 73 19 63 0 37 11D 62 17
Octal 126 1 163 31 143 0 67 435 142 27
Binary 1010110 1 1110011 11001 1100011 0 110111 100011101 1100010 10111

Color Harmonies of #560173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560173

Black with #560173

Text Example


Text Example

White with #560173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560173; }

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

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

background-color css

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

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

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

border-color css

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

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

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