Html Css Color HEX #561185 Indigo

📋 copy color: '#561185'

red 86 ◦ green 17 ◦ blue 133

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

Shades of Indigo #561185

Tints of Indigo #561185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 56.36%

R = 36.44%
G = 7.2%
B = 56.36%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#561185 (or 0x561185) is known color: Indigo. HEX triplet: 56, 11 and 85. RGB value is (86,17,133). Sum of RGB (Red+Green+Blue) = 86+17+133=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #561185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561185 is #A9EE7A. Grayscale: #323232. Windows color (decimal): -11136635 or 8720726. OLE color: 8720726.

HSL color Cylindrical-coordinate representation of color #561185: hue angle of 275.69º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561185 is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 17 133 -
CMYK 0.35 0.87 0 0.48
HSL 275.69º 0.77% 0.29% -
HSV(B) 275.69º 0.87% 0.52% -
XYZ 8.27 4.07 22.54 -
YUV 50.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 86 17 133 0.35 0.87 0 0.48 275.69 0.77 0.29
Hex 56 11 85 23 57 0 30 114 4D 1D
Octal 126 21 205 43 127 0 60 424 115 35
Binary 1010110 10001 10000101 100011 1010111 0 110000 100010100 1001101 11101

Color Harmonies of #561185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561185

Black with #561185

Text Example


Text Example

White with #561185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561185; }

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

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

background-color css

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

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

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

border-color css

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

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

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