Html Css Color HEX #561590 Indigo

📋 copy color: '#561590'

red 86 ◦ green 21 ◦ blue 144

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

Shades of Indigo #561590

Tints of Indigo #561590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 57.37%

R = 34.26%
G = 8.37%
B = 57.37%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#561590 (or 0x561590) is known color: Indigo. HEX triplet: 56, 15 and 90. RGB value is (86,21,144). Sum of RGB (Red+Green+Blue) = 86+21+144=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #561590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561590 is #A9EA6F. Grayscale: #363636. Windows color (decimal): -11135600 or 9442646. OLE color: 9442646.

HSL color Cylindrical-coordinate representation of color #561590: hue angle of 271.71º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561590 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 21 144 -
CMYK 0.40 0.85 0 0.44
HSL 271.71º 0.75% 0.32% -
HSV(B) 271.71º 0.85% 0.56% -
XYZ 9.14 4.53 26.78 -
YUV 54.46 178.53 150.5 -
System Red Green Blue C M Y K H S L
Decimal 86 21 144 0.40 0.85 0 0.44 271.71 0.75 0.32
Hex 56 15 90 28 55 0 2C 110 4B 20
Octal 126 25 220 50 125 0 54 420 113 40
Binary 1010110 10101 10010000 101000 1010101 0 101100 100010000 1001011 100000

Color Harmonies of #561590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561590

Black with #561590

Text Example


Text Example

White with #561590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561590; }

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

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

background-color css

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

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

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

border-color css

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

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

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