Html Css Color HEX #560B72 Indigo

📋 copy color: '#560B72'

red 86 ◦ green 11 ◦ blue 114

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

Shades of Indigo #560B72

Tints of Indigo #560B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 54.03%

R = 40.76%
G = 5.21%
B = 54.03%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#560B72 (or 0x560B72) is known color: Indigo. HEX triplet: 56, 0B and 72. RGB value is (86,11,114). Sum of RGB (Red+Green+Blue) = 86+11+114=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #560B72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560B72 is #A9F48D. Grayscale: #2C2C2C. Windows color (decimal): -11138190 or 7474006. OLE color: 7474006.

HSL color Cylindrical-coordinate representation of color #560B72: hue angle of 283.69º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560B72 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 11 114 -
CMYK 0.25 0.90 0 0.55
HSL 283.69º 0.82% 0.25% -
HSV(B) 283.69º 0.9% 0.45% -
XYZ 6.99 3.43 16.21 -
YUV 45.17 166.85 157.12 -
System Red Green Blue C M Y K H S L
Decimal 86 11 114 0.25 0.90 0 0.55 283.69 0.82 0.25
Hex 56 B 72 19 5A 0 37 11C 52 19
Octal 126 13 162 31 132 0 67 434 122 31
Binary 1010110 1011 1110010 11001 1011010 0 110111 100011100 1010010 11001

Color Harmonies of #560B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560B72

Black with #560B72

Text Example


Text Example

White with #560B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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