Html Css Color HEX #561184 Indigo

📋 copy color: '#561184'

red 86 ◦ green 17 ◦ blue 132

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

Shades of Indigo #561184

Tints of Indigo #561184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 56.17%

R = 36.6%
G = 7.23%
B = 56.17%

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

#561184 (or 0x561184) is known color: Indigo. HEX triplet: 56, 11 and 84. RGB value is (86,17,132). Sum of RGB (Red+Green+Blue) = 86+17+132=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #561184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561184 is #A9EE7B. Grayscale: #323232. Windows color (decimal): -11136636 or 8655190. OLE color: 8655190.

HSL color Cylindrical-coordinate representation of color #561184: hue angle of 276º 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 #561184 is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 17 132 -
CMYK 0.35 0.87 0 0.48
HSL 276º 0.77% 0.29% -
HSV(B) 276º 0.87% 0.52% -
XYZ 8.2 4.05 22.18 -
YUV 50.74 173.86 153.15 -
System Red Green Blue C M Y K H S L
Decimal 86 17 132 0.35 0.87 0 0.48 276 0.77 0.29
Hex 56 11 84 23 57 0 30 114 4D 1D
Octal 126 21 204 43 127 0 60 424 115 35
Binary 1010110 10001 10000100 100011 1010111 0 110000 100010100 1001101 11101

Color Harmonies of #561184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561184

Black with #561184

Text Example


Text Example

White with #561184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561184; }

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

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

background-color css

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

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

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

border-color css

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

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

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