Html Css Color HEX #560887 Indigo

📋 copy color: '#560887'

red 86 ◦ green 8 ◦ blue 135

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

Shades of Indigo #560887

Tints of Indigo #560887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 58.95%

R = 37.55%
G = 3.49%
B = 58.95%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#560887 (or 0x560887) is known color: Indigo. HEX triplet: 56, 08 and 87. RGB value is (86,8,135). Sum of RGB (Red+Green+Blue) = 86+8+135=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #560887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560887 is #A9F778. Grayscale: #2D2D2D. Windows color (decimal): -11138937 or 8849494. OLE color: 8849494.

HSL color Cylindrical-coordinate representation of color #560887: hue angle of 276.85º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560887 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 8 135 -
CMYK 0.36 0.94 0 0.47
HSL 276.85º 0.89% 0.28% -
HSV(B) 276.85º 0.94% 0.53% -
XYZ 8.3 3.9 23.24 -
YUV 45.8 178.34 156.67 -
System Red Green Blue C M Y K H S L
Decimal 86 8 135 0.36 0.94 0 0.47 276.85 0.89 0.28
Hex 56 8 87 24 5E 0 2F 115 59 1C
Octal 126 10 207 44 136 0 57 425 131 34
Binary 1010110 1000 10000111 100100 1011110 0 101111 100010101 1011001 11100

Color Harmonies of #560887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560887

Black with #560887

Text Example


Text Example

White with #560887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560887; }

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

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

background-color css

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

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

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

border-color css

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

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

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