Html Css Color HEX #560373 Indigo

📋 copy color: '#560373'

red 86 ◦ green 3 ◦ blue 115

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

Shades of Indigo #560373

Tints of Indigo #560373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.47%

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

R = 42.16%
G = 1.47%
B = 56.37%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#560373 (or 0x560373) is known color: Indigo. HEX triplet: 56, 03 and 73. RGB value is (86,3,115). Sum of RGB (Red+Green+Blue) = 86+3+115=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #560373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560373 is #A9FC8C. Grayscale: #282828. Windows color (decimal): -11140237 or 7537494. OLE color: 7537494.

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

Color convert

RGB 86 3 115 -
CMYK 0.25 0.97 0 0.55
HSL 284.46º 0.95% 0.23% -
HSV(B) 284.46º 0.97% 0.45% -
XYZ 6.96 3.28 16.49 -
YUV 40.59 170 160.39 -
System Red Green Blue C M Y K H S L
Decimal 86 3 115 0.25 0.97 0 0.55 284.46 0.95 0.23
Hex 56 3 73 19 61 0 37 11C 5F 17
Octal 126 3 163 31 141 0 67 434 137 27
Binary 1010110 11 1110011 11001 1100001 0 110111 100011100 1011111 10111

Color Harmonies of #560373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560373

Black with #560373

Text Example


Text Example

White with #560373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560373; }

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

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

background-color css

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

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

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

border-color css

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

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

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