Html Css Color HEX #561291 Indigo

📋 copy color: '#561291'

red 86 ◦ green 18 ◦ blue 145

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

Shades of Indigo #561291

Tints of Indigo #561291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

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

R = 34.54%
G = 7.23%
B = 58.23%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#561291 (or 0x561291) is known color: Indigo. HEX triplet: 56, 12 and 91. RGB value is (86,18,145). Sum of RGB (Red+Green+Blue) = 86+18+145=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #561291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561291 is #A9ED6E. Grayscale: #343434. Windows color (decimal): -11136367 or 9507414. OLE color: 9507414.

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

Color convert

RGB 86 18 145 -
CMYK 0.41 0.88 0 0.43
HSL 272.13º 0.78% 0.32% -
HSV(B) 272.13º 0.88% 0.57% -
XYZ 9.16 4.46 27.17 -
YUV 52.81 180.03 151.67 -
System Red Green Blue C M Y K H S L
Decimal 86 18 145 0.41 0.88 0 0.43 272.13 0.78 0.32
Hex 56 12 91 29 58 0 2B 110 4E 20
Octal 126 22 221 51 130 0 53 420 116 40
Binary 1010110 10010 10010001 101001 1011000 0 101011 100010000 1001110 100000

Color Harmonies of #561291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561291

Black with #561291

Text Example


Text Example

White with #561291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561291; }

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

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

background-color css

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

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

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

border-color css

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

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

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