Html Css Color HEX #560899 Indigo

📋 copy color: '#560899'

red 86 ◦ green 8 ◦ blue 153

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

Shades of Indigo #560899

Tints of Indigo #560899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.24%

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

R = 34.82%
G = 3.24%
B = 61.94%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#560899 (or 0x560899) is known color: Indigo. HEX triplet: 56, 08 and 99. RGB value is (86,8,153). Sum of RGB (Red+Green+Blue) = 86+8+153=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #560899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560899 is #A9F766. Grayscale: #2F2F2F. Windows color (decimal): -11138919 or 10029142. OLE color: 10029142.

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

Color convert

RGB 86 8 153 -
CMYK 0.44 0.95 0 0.4
HSL 272.28º 0.9% 0.32% -
HSV(B) 272.28º 0.95% 0.6% -
XYZ 9.67 4.45 30.49 -
YUV 47.85 187.34 155.21 -
System Red Green Blue C M Y K H S L
Decimal 86 8 153 0.44 0.95 0 0.4 272.28 0.9 0.32
Hex 56 8 99 2C 5F 0 28 110 5A 20
Octal 126 10 231 54 137 0 50 420 132 40
Binary 1010110 1000 10011001 101100 1011111 0 101000 100010000 1011010 100000

Color Harmonies of #560899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560899

Black with #560899

Text Example


Text Example

White with #560899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560899; }

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

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

background-color css

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

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

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

border-color css

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

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

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