Html Css Color HEX #561991 Indigo

📋 copy color: '#561991'

red 86 ◦ green 25 ◦ blue 145

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

Shades of Indigo #561991

Tints of Indigo #561991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 56.64%

R = 33.59%
G = 9.77%
B = 56.64%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#561991 (or 0x561991) is known color: Indigo. HEX triplet: 56, 19 and 91. RGB value is (86,25,145). Sum of RGB (Red+Green+Blue) = 86+25+145=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #561991 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561991 is #A9E66E. Grayscale: #383838. Windows color (decimal): -11134575 or 9509206. OLE color: 9509206.

HSL color Cylindrical-coordinate representation of color #561991: hue angle of 270.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #561991 is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 25 145 -
CMYK 0.41 0.83 0 0.43
HSL 270.5º 0.71% 0.33% -
HSV(B) 270.5º 0.83% 0.57% -
XYZ 9.3 4.72 27.21 -
YUV 56.92 177.71 148.74 -
System Red Green Blue C M Y K H S L
Decimal 86 25 145 0.41 0.83 0 0.43 270.5 0.71 0.33
Hex 56 19 91 29 53 0 2B 10E 47 21
Octal 126 31 221 51 123 0 53 416 107 41
Binary 1010110 11001 10010001 101001 1010011 0 101011 100001110 1000111 100001

Color Harmonies of #561991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561991

Black with #561991

Text Example


Text Example

White with #561991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561991; }

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

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

background-color css

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

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

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

border-color css

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

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

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