Html Css Color HEX #560B6F Indigo

📋 copy color: '#560B6F'

red 86 ◦ green 11 ◦ blue 111

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

Shades of Indigo #560B6F

Tints of Indigo #560B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 53.37%

R = 41.35%
G = 5.29%
B = 53.37%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#560B6F (or 0x560B6F) is known color: Indigo. HEX triplet: 56, 0B and 6F. RGB value is (86,11,111). Sum of RGB (Red+Green+Blue) = 86+11+111=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #560B6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560B6F is #A9F490. Grayscale: #2C2C2C. Windows color (decimal): -11138193 or 7277398. OLE color: 7277398.

HSL color Cylindrical-coordinate representation of color #560B6F: hue angle of 285º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560B6F is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 11 111 -
CMYK 0.23 0.90 0 0.56
HSL 285º 0.82% 0.24% -
HSV(B) 285º 0.9% 0.44% -
XYZ 6.83 3.37 15.33 -
YUV 44.83 165.35 157.37 -
System Red Green Blue C M Y K H S L
Decimal 86 11 111 0.23 0.90 0 0.56 285 0.82 0.24
Hex 56 B 6F 17 5A 0 38 11D 52 18
Octal 126 13 157 27 132 0 70 435 122 30
Binary 1010110 1011 1101111 10111 1011010 0 111000 100011101 1010010 11000

Color Harmonies of #560B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560B6F

Black with #560B6F

Text Example


Text Example

White with #560B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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