Html Css Color HEX #560D89 Indigo

📋 copy color: '#560D89'

red 86 ◦ green 13 ◦ blue 137

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

Shades of Indigo #560D89

Tints of Indigo #560D89

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.51%

 BLUE value IS 137 (53.91% from 255) = 58.05%

R = 36.44%
G = 5.51%
B = 58.05%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#560D89 (or 0x560D89) is known color: Indigo. HEX triplet: 56, 0D and 89. RGB value is (86,13,137). Sum of RGB (Red+Green+Blue) = 86+13+137=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #560D89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560D89 is #A9F276. Grayscale: #303030. Windows color (decimal): -11137655 or 8981846. OLE color: 8981846.

HSL color Cylindrical-coordinate representation of color #560D89: hue angle of 275.32º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560D89 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 13 137 -
CMYK 0.37 0.91 0 0.46
HSL 275.32º 0.83% 0.29% -
HSV(B) 275.32º 0.91% 0.54% -
XYZ 8.5 4.07 24.01 -
YUV 48.96 177.68 154.42 -
System Red Green Blue C M Y K H S L
Decimal 86 13 137 0.37 0.91 0 0.46 275.32 0.83 0.29
Hex 56 D 89 25 5B 0 2E 113 53 1D
Octal 126 15 211 45 133 0 56 423 123 35
Binary 1010110 1101 10001001 100101 1011011 0 101110 100010011 1010011 11101

Color Harmonies of #560D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560D89

Black with #560D89

Text Example


Text Example

White with #560D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,13,137); }

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

background-color css

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

 a { background-color: rgb(86,13,137); }

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

border-color css

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

 span { border-color: rgb(86,13,137); }

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