Html Css Color HEX #56177C Indigo

📋 copy color: '#56177C'

red 86 ◦ green 23 ◦ blue 124

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

Shades of Indigo #56177C

Tints of Indigo #56177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.87%

 BLUE value IS 124 (48.83% from 255) = 53.22%

R = 36.91%
G = 9.87%
B = 53.22%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56177C (or 0x56177C) is known color: Indigo. HEX triplet: 56, 17 and 7C. RGB value is (86,23,124). Sum of RGB (Red+Green+Blue) = 86+23+124=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #56177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56177C is #A9E883. Grayscale: #353535. Windows color (decimal): -11135108 or 8132438. OLE color: 8132438.

HSL color Cylindrical-coordinate representation of color #56177C: hue angle of 277.43º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #56177C is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 23 124 -
CMYK 0.31 0.81 0 0.51
HSL 277.43º 0.69% 0.29% -
HSV(B) 277.43º 0.81% 0.49% -
XYZ 7.78 4.05 19.44 -
YUV 53.35 167.87 151.29 -
System Red Green Blue C M Y K H S L
Decimal 86 23 124 0.31 0.81 0 0.51 277.43 0.69 0.29
Hex 56 17 7C 1F 51 0 33 115 45 1D
Octal 126 27 174 37 121 0 63 425 105 35
Binary 1010110 10111 1111100 11111 1010001 0 110011 100010101 1000101 11101

Color Harmonies of #56177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56177C

Black with #56177C

Text Example


Text Example

White with #56177C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56177C; }

 p { color: rgb(86,23,124); }

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

background-color css

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

 a { background-color: rgb(86,23,124); }

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

border-color css

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

 span { border-color: rgb(86,23,124); }

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