Html Css Color HEX #560587 Indigo

📋 copy color: '#560587'

red 86 ◦ green 5 ◦ blue 135

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

Shades of Indigo #560587

Tints of Indigo #560587

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.21%

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

R = 38.05%
G = 2.21%
B = 59.73%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#560587 (or 0x560587) is known color: Indigo. HEX triplet: 56, 05 and 87. RGB value is (86,5,135). Sum of RGB (Red+Green+Blue) = 86+5+135=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #560587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560587 is #A9FA78. Grayscale: #2B2B2B. Windows color (decimal): -11139705 or 8848726. OLE color: 8848726.

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

Color convert

RGB 86 5 135 -
CMYK 0.36 0.96 0 0.47
HSL 277.38º 0.93% 0.27% -
HSV(B) 277.38º 0.96% 0.53% -
XYZ 8.27 3.84 23.23 -
YUV 44.04 179.34 157.93 -
System Red Green Blue C M Y K H S L
Decimal 86 5 135 0.36 0.96 0 0.47 277.38 0.93 0.27
Hex 56 5 87 24 60 0 2F 115 5D 1B
Octal 126 5 207 44 140 0 57 425 135 33
Binary 1010110 101 10000111 100100 1100000 0 101111 100010101 1011101 11011

Color Harmonies of #560587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560587

Black with #560587

Text Example


Text Example

White with #560587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560587; }

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

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

background-color css

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

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

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

border-color css

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

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

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