Html Css Color HEX #561183 Indigo

📋 copy color: '#561183'

red 86 ◦ green 17 ◦ blue 131

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

Shades of Indigo #561183

Tints of Indigo #561183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 55.98%

R = 36.75%
G = 7.26%
B = 55.98%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#561183 (or 0x561183) is known color: Indigo. HEX triplet: 56, 11 and 83. RGB value is (86,17,131). Sum of RGB (Red+Green+Blue) = 86+17+131=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #561183 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561183 is #A9EE7C. Grayscale: #323232. Windows color (decimal): -11136637 or 8589654. OLE color: 8589654.

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

Color convert

RGB 86 17 131 -
CMYK 0.34 0.87 0 0.49
HSL 276.32º 0.77% 0.29% -
HSV(B) 276.32º 0.87% 0.51% -
XYZ 8.13 4.02 21.82 -
YUV 50.63 173.36 153.23 -
System Red Green Blue C M Y K H S L
Decimal 86 17 131 0.34 0.87 0 0.49 276.32 0.77 0.29
Hex 56 11 83 22 57 0 31 114 4D 1D
Octal 126 21 203 42 127 0 61 424 115 35
Binary 1010110 10001 10000011 100010 1010111 0 110001 100010100 1001101 11101

Color Harmonies of #561183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561183

Black with #561183

Text Example


Text Example

White with #561183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561183; }

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

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

background-color css

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

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

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

border-color css

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

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

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