Html Css Color HEX #561591 Indigo

📋 copy color: '#561591'

red 86 ◦ green 21 ◦ blue 145

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

Shades of Indigo #561591

Tints of Indigo #561591

RGB

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

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

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

R = 34.13%
G = 8.33%
B = 57.54%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#561591 (or 0x561591) is known color: Indigo. HEX triplet: 56, 15 and 91. RGB value is (86,21,145). Sum of RGB (Red+Green+Blue) = 86+21+145=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #561591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561591 is #A9EA6E. Grayscale: #363636. Windows color (decimal): -11135599 or 9508182. OLE color: 9508182.

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

Color convert

RGB 86 21 145 -
CMYK 0.41 0.86 0 0.43
HSL 271.45º 0.75% 0.33% -
HSV(B) 271.45º 0.86% 0.57% -
XYZ 9.22 4.56 27.18 -
YUV 54.57 179.03 150.42 -
System Red Green Blue C M Y K H S L
Decimal 86 21 145 0.41 0.86 0 0.43 271.45 0.75 0.33
Hex 56 15 91 29 56 0 2B 10F 4B 21
Octal 126 25 221 51 126 0 53 417 113 41
Binary 1010110 10101 10010001 101001 1010110 0 101011 100001111 1001011 100001

Color Harmonies of #561591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561591

Black with #561591

Text Example


Text Example

White with #561591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561591; }

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

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

background-color css

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

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

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

border-color css

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

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

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