Html Css Color HEX #560A73 Indigo

📋 copy color: '#560A73'

red 86 ◦ green 10 ◦ blue 115

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

Shades of Indigo #560A73

Tints of Indigo #560A73

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.74%

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

R = 40.76%
G = 4.74%
B = 54.5%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#560A73 (or 0x560A73) is known color: Indigo. HEX triplet: 56, 0A and 73. RGB value is (86,10,115). Sum of RGB (Red+Green+Blue) = 86+10+115=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #560A73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560A73 is #A9F58C. Grayscale: #2C2C2C. Windows color (decimal): -11138445 or 7539286. OLE color: 7539286.

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

Color convert

RGB 86 10 115 -
CMYK 0.25 0.91 0 0.55
HSL 283.43º 0.84% 0.25% -
HSV(B) 283.43º 0.91% 0.45% -
XYZ 7.04 3.43 16.51 -
YUV 44.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 86 10 115 0.25 0.91 0 0.55 283.43 0.84 0.25
Hex 56 A 73 19 5B 0 37 11B 54 19
Octal 126 12 163 31 133 0 67 433 124 31
Binary 1010110 1010 1110011 11001 1011011 0 110111 100011011 1010100 11001

Color Harmonies of #560A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560A73

Black with #560A73

Text Example


Text Example

White with #560A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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