Html Css Color HEX #56178D Indigo

📋 copy color: '#56178D'

red 86 ◦ green 23 ◦ blue 141

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

Shades of Indigo #56178D

Tints of Indigo #56178D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 56.4%

R = 34.4%
G = 9.2%
B = 56.4%

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

#56178D (or 0x56178D) is known color: Indigo. HEX triplet: 56, 17 and 8D. RGB value is (86,23,141). Sum of RGB (Red+Green+Blue) = 86+23+141=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #56178D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56178D is #A9E872. Grayscale: #363636. Windows color (decimal): -11135091 or 9246550. OLE color: 9246550.

HSL color Cylindrical-coordinate representation of color #56178D: hue angle of 272.03º 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 #56178D is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 23 141 -
CMYK 0.39 0.84 0 0.45
HSL 272.03º 0.72% 0.32% -
HSV(B) 272.03º 0.84% 0.55% -
XYZ 8.95 4.51 25.6 -
YUV 55.29 176.37 149.91 -
System Red Green Blue C M Y K H S L
Decimal 86 23 141 0.39 0.84 0 0.45 272.03 0.72 0.32
Hex 56 17 8D 27 54 0 2D 110 48 20
Octal 126 27 215 47 124 0 55 420 110 40
Binary 1010110 10111 10001101 100111 1010100 0 101101 100010000 1001000 100000

Color Harmonies of #56178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56178D

Black with #56178D

Text Example


Text Example

White with #56178D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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