Html Css Color HEX #560673 Indigo

📋 copy color: '#560673'

red 86 ◦ green 6 ◦ blue 115

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

Shades of Indigo #560673

Tints of Indigo #560673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.9%

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

R = 41.55%
G = 2.9%
B = 55.56%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#560673 (or 0x560673) is known color: Indigo. HEX triplet: 56, 06 and 73. RGB value is (86,6,115). Sum of RGB (Red+Green+Blue) = 86+6+115=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #560673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560673 is #A9F98C. Grayscale: #292929. Windows color (decimal): -11139469 or 7538262. OLE color: 7538262.

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

Color convert

RGB 86 6 115 -
CMYK 0.25 0.95 0 0.55
HSL 284.04º 0.9% 0.24% -
HSV(B) 284.04º 0.95% 0.45% -
XYZ 7 3.35 16.5 -
YUV 42.35 169 159.14 -
System Red Green Blue C M Y K H S L
Decimal 86 6 115 0.25 0.95 0 0.55 284.04 0.9 0.24
Hex 56 6 73 19 5F 0 37 11C 5A 18
Octal 126 6 163 31 137 0 67 434 132 30
Binary 1010110 110 1110011 11001 1011111 0 110111 100011100 1011010 11000

Color Harmonies of #560673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560673

Black with #560673

Text Example


Text Example

White with #560673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560673; }

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

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

background-color css

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

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

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

border-color css

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

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

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