Html Css Color HEX #561175 Indigo

📋 copy color: '#561175'

red 86 ◦ green 17 ◦ blue 117

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

Shades of Indigo #561175

Tints of Indigo #561175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.18%

R = 39.09%
G = 7.73%
B = 53.18%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#561175 (or 0x561175) is known color: Indigo. HEX triplet: 56, 11 and 75. RGB value is (86,17,117). Sum of RGB (Red+Green+Blue) = 86+17+117=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #561175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561175 is #A9EE8A. Grayscale: #303030. Windows color (decimal): -11136651 or 7672150. OLE color: 7672150.

HSL color Cylindrical-coordinate representation of color #561175: hue angle of 281.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561175 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 17 117 -
CMYK 0.26 0.85 0 0.54
HSL 281.4º 0.75% 0.26% -
HSV(B) 281.4º 0.85% 0.46% -
XYZ 7.25 3.66 17.15 -
YUV 49.03 166.36 154.37 -
System Red Green Blue C M Y K H S L
Decimal 86 17 117 0.26 0.85 0 0.54 281.4 0.75 0.26
Hex 56 11 75 1A 55 0 36 119 4B 1A
Octal 126 21 165 32 125 0 66 431 113 32
Binary 1010110 10001 1110101 11010 1010101 0 110110 100011001 1001011 11010

Color Harmonies of #561175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561175

Black with #561175

Text Example


Text Example

White with #561175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561175; }

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

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

background-color css

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

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

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

border-color css

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

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

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