Html Css Color HEX #560A6D Indigo

📋 copy color: '#560A6D'

red 86 ◦ green 10 ◦ blue 109

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

Shades of Indigo #560A6D

Tints of Indigo #560A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 53.17%

R = 41.95%
G = 4.88%
B = 53.17%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#560A6D (or 0x560A6D) is known color: Indigo. HEX triplet: 56, 0A and 6D. RGB value is (86,10,109). Sum of RGB (Red+Green+Blue) = 86+10+109=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #560A6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560A6D is #A9F592. Grayscale: #2B2B2B. Windows color (decimal): -11138451 or 7146070. OLE color: 7146070.

HSL color Cylindrical-coordinate representation of color #560A6D: hue angle of 286.06º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560A6D is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 10 109 -
CMYK 0.21 0.91 0 0.57
HSL 286.06º 0.83% 0.23% -
HSV(B) 286.06º 0.91% 0.43% -
XYZ 6.71 3.3 14.75 -
YUV 44.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 86 10 109 0.21 0.91 0 0.57 286.06 0.83 0.23
Hex 56 A 6D 15 5B 0 39 11E 53 17
Octal 126 12 155 25 133 0 71 436 123 27
Binary 1010110 1010 1101101 10101 1011011 0 111001 100011110 1010011 10111

Color Harmonies of #560A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560A6D

Black with #560A6D

Text Example


Text Example

White with #560A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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