Html Css Color HEX #56178F Indigo

📋 copy color: '#56178F'

red 86 ◦ green 23 ◦ blue 143

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

Shades of Indigo #56178F

Tints of Indigo #56178F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 56.75%

R = 34.13%
G = 9.13%
B = 56.75%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#56178F (or 0x56178F) is known color: Indigo. HEX triplet: 56, 17 and 8F. RGB value is (86,23,143). Sum of RGB (Red+Green+Blue) = 86+23+143=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 143 (56.25% from 255 or 56.75% from 252); Max value from RGB is 143 - color contains mainly: blue. Hex color #56178F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56178F is #A9E870. Grayscale: #373737. Windows color (decimal): -11135089 or 9377622. OLE color: 9377622.

HSL color Cylindrical-coordinate representation of color #56178F: hue angle of 271.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56178F is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 23 143 -
CMYK 0.40 0.84 0 0.44
HSL 271.5º 0.72% 0.33% -
HSV(B) 271.5º 0.84% 0.56% -
XYZ 9.1 4.57 26.39 -
YUV 55.52 177.37 149.74 -
System Red Green Blue C M Y K H S L
Decimal 86 23 143 0.40 0.84 0 0.44 271.5 0.72 0.33
Hex 56 17 8F 28 54 0 2C 110 48 21
Octal 126 27 217 50 124 0 54 420 110 41
Binary 1010110 10111 10001111 101000 1010100 0 101100 100010000 1001000 100001

Color Harmonies of #56178F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56178F

Black with #56178F

Text Example


Text Example

White with #56178F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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