Html Css Color HEX #561597 Indigo

📋 copy color: '#561597'

red 86 ◦ green 21 ◦ blue 151

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

Shades of Indigo #561597

Tints of Indigo #561597

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.14%

 BLUE value IS 151 (59.38% from 255) = 58.53%

R = 33.33%
G = 8.14%
B = 58.53%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#561597 (or 0x561597) is known color: Indigo. HEX triplet: 56, 15 and 97. RGB value is (86,21,151). Sum of RGB (Red+Green+Blue) = 86+21+151=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #561597 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561597 is #A9EA68. Grayscale: #363636. Windows color (decimal): -11135593 or 9901398. OLE color: 9901398.

HSL color Cylindrical-coordinate representation of color #561597: hue angle of 270º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561597 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 21 151 -
CMYK 0.43 0.86 0 0.41
HSL 270º 0.76% 0.34% -
HSV(B) 270º 0.86% 0.59% -
XYZ 9.69 4.75 29.68 -
YUV 55.26 182.03 149.93 -
System Red Green Blue C M Y K H S L
Decimal 86 21 151 0.43 0.86 0 0.41 270 0.76 0.34
Hex 56 15 97 2B 56 0 29 10E 4C 22
Octal 126 25 227 53 126 0 51 416 114 42
Binary 1010110 10101 10010111 101011 1010110 0 101001 100001110 1001100 100010

Color Harmonies of #561597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561597

Black with #561597

Text Example


Text Example

White with #561597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561597; }

 p { color: rgb(86,21,151); }

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

background-color css

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

 a { background-color: rgb(86,21,151); }

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

border-color css

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

 span { border-color: rgb(86,21,151); }

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