#55177C

Color #55177C Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #55177C

Tints of Indigo #55177C

Color information

#55177C (or 0x55177C) is unknown color: approx Indigo. HEX triplet: 55, 17 and 7C. RGB value is (85,23,124). Sum of RGB (Red+Green+Blue) = 85+23+124=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #55177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55177C is #AAE883. Grayscale: #343434. Windows color (decimal): -11200644 or 8132437. OLE color: 8132437.

HSL color Cylindrical-coordinate representation of color #55177C: hue angle of 276.83º 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 #55177C is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8523124-
CMYK0.310.8100.51
HSL276.83º68.71%28.82%-
HSV(B)276.83º81.45%48.63%-
XYZ7.69419.44-
YUV53.05168.04150.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 23 (9.38% from 255) = 9.91%
BLUE value IS 124 (48.83% from 255) = 53.45%
R=36.64%
G=9.91%
B=53.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85231240.310.8100.51276.8368.7128.82
Hex55177C1F51033115451d
Octal125271743712106342510535
Binary10101011011111111001111110100010110011100010101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55177C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55177C;
 }
 .AnyTagClassName
 {
   color: #55177C;
 }
</style>
background-color css

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

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

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

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

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

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