Html Css Color HEX #560A76 Indigo

📋 copy color: '#560A76'

red 86 ◦ green 10 ◦ blue 118

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

Shades of Indigo #560A76

Tints of Indigo #560A76

RGB

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

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

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

R = 40.19%
G = 4.67%
B = 55.14%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#560A76 (or 0x560A76) is known color: Indigo. HEX triplet: 56, 0A and 76. RGB value is (86,10,118). Sum of RGB (Red+Green+Blue) = 86+10+118=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #560A76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560A76 is #A9F589. Grayscale: #2C2C2C. Windows color (decimal): -11138442 or 7735894. OLE color: 7735894.

HSL color Cylindrical-coordinate representation of color #560A76: hue angle of 282.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560A76 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 10 118 -
CMYK 0.27 0.92 0 0.54
HSL 282.22º 0.84% 0.25% -
HSV(B) 282.22º 0.92% 0.46% -
XYZ 7.22 3.5 17.44 -
YUV 45.04 169.18 157.22 -
System Red Green Blue C M Y K H S L
Decimal 86 10 118 0.27 0.92 0 0.54 282.22 0.84 0.25
Hex 56 A 76 1B 5C 0 36 11A 54 19
Octal 126 12 166 33 134 0 66 432 124 31
Binary 1010110 1010 1110110 11011 1011100 0 110110 100011010 1010100 11001

Color Harmonies of #560A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560A76

Black with #560A76

Text Example


Text Example

White with #560A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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