Html Css Color HEX #560A6E Indigo

📋 copy color: '#560A6E'

red 86 ◦ green 10 ◦ blue 110

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

Shades of Indigo #560A6E

Tints of Indigo #560A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 53.4%

R = 41.75%
G = 4.85%
B = 53.4%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#560A6E (or 0x560A6E) is known color: Indigo. HEX triplet: 56, 0A and 6E. RGB value is (86,10,110). Sum of RGB (Red+Green+Blue) = 86+10+110=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #560A6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560A6E is #A9F591. Grayscale: #2B2B2B. Windows color (decimal): -11138450 or 7211606. OLE color: 7211606.

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

Color convert

RGB 86 10 110 -
CMYK 0.22 0.91 0 0.57
HSL 285.6º 0.83% 0.24% -
HSV(B) 285.6º 0.91% 0.43% -
XYZ 6.76 3.32 15.04 -
YUV 44.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 86 10 110 0.22 0.91 0 0.57 285.6 0.83 0.24
Hex 56 A 6E 16 5B 0 39 11E 53 18
Octal 126 12 156 26 133 0 71 436 123 30
Binary 1010110 1010 1101110 10110 1011011 0 111001 100011110 1010011 11000

Color Harmonies of #560A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560A6E

Black with #560A6E

Text Example


Text Example

White with #560A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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