Html Css Color HEX #561988 Indigo

📋 copy color: '#561988'

red 86 ◦ green 25 ◦ blue 136

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

Shades of Indigo #561988

Tints of Indigo #561988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.12%

 BLUE value IS 136 (53.52% from 255) = 55.06%

R = 34.82%
G = 10.12%
B = 55.06%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#561988 (or 0x561988) is known color: Indigo. HEX triplet: 56, 19 and 88. RGB value is (86,25,136). Sum of RGB (Red+Green+Blue) = 86+25+136=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #561988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561988 is #A9E677. Grayscale: #373737. Windows color (decimal): -11134584 or 8919382. OLE color: 8919382.

HSL color Cylindrical-coordinate representation of color #561988: hue angle of 272.97º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #561988 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 25 136 -
CMYK 0.37 0.82 0 0.47
HSL 272.97º 0.69% 0.32% -
HSV(B) 272.97º 0.82% 0.53% -
XYZ 8.63 4.45 23.7 -
YUV 55.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 86 25 136 0.37 0.82 0 0.47 272.97 0.69 0.32
Hex 56 19 88 25 52 0 2F 111 45 20
Octal 126 31 210 45 122 0 57 421 105 40
Binary 1010110 11001 10001000 100101 1010010 0 101111 100010001 1000101 100000

Color Harmonies of #561988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561988

Black with #561988

Text Example


Text Example

White with #561988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561988; }

 p { color: rgb(86,25,136); }

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

background-color css

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

 a { background-color: rgb(86,25,136); }

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

border-color css

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

 span { border-color: rgb(86,25,136); }

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