Html Css Color HEX #560B6E Indigo

📋 copy color: '#560B6E'

red 86 ◦ green 11 ◦ blue 110

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

Shades of Indigo #560B6E

Tints of Indigo #560B6E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.31%

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

R = 41.55%
G = 5.31%
B = 53.14%

CMYK

 C value IS 0.22

 M value IS 0.9

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#560B6E (or 0x560B6E) is known color: Indigo. HEX triplet: 56, 0B and 6E. RGB value is (86,11,110). Sum of RGB (Red+Green+Blue) = 86+11+110=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #560B6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560B6E is #A9F491. Grayscale: #2C2C2C. Windows color (decimal): -11138194 or 7211862. OLE color: 7211862.

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

Color convert

RGB 86 11 110 -
CMYK 0.22 0.9 0 0.57
HSL 285.45º 0.82% 0.24% -
HSV(B) 285.45º 0.9% 0.43% -
XYZ 6.77 3.34 15.04 -
YUV 44.71 164.85 157.45 -
System Red Green Blue C M Y K H S L
Decimal 86 11 110 0.22 0.9 0 0.57 285.45 0.82 0.24
Hex 56 B 6E 16 5A 0 39 11D 52 18
Octal 126 13 156 26 132 0 71 435 122 30
Binary 1010110 1011 1101110 10110 1011010 0 111001 100011101 1010010 11000

Color Harmonies of #560B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560B6E

Black with #560B6E

Text Example


Text Example

White with #560B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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