Html Css Color HEX #560999 Indigo

📋 copy color: '#560999'

red 86 ◦ green 9 ◦ blue 153

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

Shades of Indigo #560999

Tints of Indigo #560999

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.63%

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

R = 34.68%
G = 3.63%
B = 61.69%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#560999 (or 0x560999) is known color: Indigo. HEX triplet: 56, 09 and 99. RGB value is (86,9,153). Sum of RGB (Red+Green+Blue) = 86+9+153=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #560999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560999 is #A9F666. Grayscale: #2F2F2F. Windows color (decimal): -11138663 or 10029398. OLE color: 10029398.

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

Color convert

RGB 86 9 153 -
CMYK 0.44 0.94 0 0.4
HSL 272.08º 0.89% 0.32% -
HSV(B) 272.08º 0.94% 0.6% -
XYZ 9.69 4.47 30.49 -
YUV 48.44 187.01 154.79 -
System Red Green Blue C M Y K H S L
Decimal 86 9 153 0.44 0.94 0 0.4 272.08 0.89 0.32
Hex 56 9 99 2C 5E 0 28 110 59 20
Octal 126 11 231 54 136 0 50 420 131 40
Binary 1010110 1001 10011001 101100 1011110 0 101000 100010000 1011001 100000

Color Harmonies of #560999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560999

Black with #560999

Text Example


Text Example

White with #560999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560999; }

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

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

background-color css

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

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

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

border-color css

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

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

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