Html Css Color HEX #56178C Indigo

📋 copy color: '#56178C'

red 86 ◦ green 23 ◦ blue 140

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

Shades of Indigo #56178C

Tints of Indigo #56178C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 56.22%

R = 34.54%
G = 9.24%
B = 56.22%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56178C (or 0x56178C) is known color: Indigo. HEX triplet: 56, 17 and 8C. RGB value is (86,23,140). Sum of RGB (Red+Green+Blue) = 86+23+140=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 140 (55.08% from 255 or 56.22% from 249); Max value from RGB is 140 - color contains mainly: blue. Hex color #56178C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56178C is #A9E873. Grayscale: #363636. Windows color (decimal): -11135092 or 9181014. OLE color: 9181014.

HSL color Cylindrical-coordinate representation of color #56178C: hue angle of 272.31º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56178C is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 23 140 -
CMYK 0.39 0.84 0 0.45
HSL 272.31º 0.72% 0.32% -
HSV(B) 272.31º 0.84% 0.55% -
XYZ 8.88 4.48 25.21 -
YUV 55.18 175.87 149.99 -
System Red Green Blue C M Y K H S L
Decimal 86 23 140 0.39 0.84 0 0.45 272.31 0.72 0.32
Hex 56 17 8C 27 54 0 2D 110 48 20
Octal 126 27 214 47 124 0 55 420 110 40
Binary 1010110 10111 10001100 100111 1010100 0 101101 100010000 1001000 100000

Color Harmonies of #56178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56178C

Black with #56178C

Text Example


Text Example

White with #56178C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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