Html Css Color HEX #560B99 Indigo

📋 copy color: '#560B99'

red 86 ◦ green 11 ◦ blue 153

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

Shades of Indigo #560B99

Tints of Indigo #560B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.2%

R = 34.4%
G = 4.4%
B = 61.2%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#560B99 (or 0x560B99) is known color: Indigo. HEX triplet: 56, 0B and 99. RGB value is (86,11,153). Sum of RGB (Red+Green+Blue) = 86+11+153=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #560B99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560B99 is #A9F466. Grayscale: #313131. Windows color (decimal): -11138151 or 10029910. OLE color: 10029910.

HSL color Cylindrical-coordinate representation of color #560B99: hue angle of 271.69º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560B99 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 11 153 -
CMYK 0.44 0.93 0 0.4
HSL 271.69º 0.87% 0.32% -
HSV(B) 271.69º 0.93% 0.6% -
XYZ 9.71 4.52 30.5 -
YUV 49.61 186.35 153.95 -
System Red Green Blue C M Y K H S L
Decimal 86 11 153 0.44 0.93 0 0.4 271.69 0.87 0.32
Hex 56 B 99 2C 5D 0 28 110 57 20
Octal 126 13 231 54 135 0 50 420 127 40
Binary 1010110 1011 10011001 101100 1011101 0 101000 100010000 1010111 100000

Color Harmonies of #560B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560B99

Black with #560B99

Text Example


Text Example

White with #560B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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