Html Css Color HEX #561195 Indigo

📋 copy color: '#561195'

red 86 ◦ green 17 ◦ blue 149

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

Shades of Indigo #561195

Tints of Indigo #561195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.75%

 BLUE value IS 149 (58.59% from 255) = 59.13%

R = 34.13%
G = 6.75%
B = 59.13%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#561195 (or 0x561195) is known color: Indigo. HEX triplet: 56, 11 and 95. RGB value is (86,17,149). Sum of RGB (Red+Green+Blue) = 86+17+149=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #561195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561195 is #A9EE6A. Grayscale: #343434. Windows color (decimal): -11136619 or 9769302. OLE color: 9769302.

HSL color Cylindrical-coordinate representation of color #561195: hue angle of 271.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #561195 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 17 149 -
CMYK 0.42 0.89 0 0.42
HSL 271.36º 0.8% 0.33% -
HSV(B) 271.36º 0.89% 0.58% -
XYZ 9.46 4.55 28.81 -
YUV 52.68 182.36 151.77 -
System Red Green Blue C M Y K H S L
Decimal 86 17 149 0.42 0.89 0 0.42 271.36 0.8 0.33
Hex 56 11 95 2A 59 0 2A 10F 50 21
Octal 126 21 225 52 131 0 52 417 120 41
Binary 1010110 10001 10010101 101010 1011001 0 101010 100001111 1010000 100001

Color Harmonies of #561195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561195

Black with #561195

Text Example


Text Example

White with #561195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561195; }

 p { color: rgb(86,17,149); }

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

background-color css

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

 a { background-color: rgb(86,17,149); }

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

border-color css

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

 span { border-color: rgb(86,17,149); }

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