#55159C

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

Shades of Indigo #55159C

Tints of Indigo #55159C

Color information

#55159C (or 0x55159C) is unknown color: approx Indigo. HEX triplet: 55, 15 and 9C. RGB value is (85,21,156). Sum of RGB (Red+Green+Blue) = 85+21+156=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #55159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55159C is #AAEA63. Grayscale: #373737. Windows color (decimal): -11201124 or 10229077. OLE color: 10229077.

HSL color Cylindrical-coordinate representation of color #55159C: hue angle of 268.44º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55159C is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8521156-
CMYK0.460.8700.39
HSL268.44º76.27%34.71%-
HSV(B)268.44º86.54%61.18%-
XYZ10.024.8731.86-
YUV55.53184.7149.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.44%
GREEN value IS 21 (8.59% from 255) = 8.02%
BLUE value IS 156 (61.33% from 255) = 59.54%
R=32.44%
G=8.02%
B=59.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85211560.460.8700.39268.4476.2734.71
Hex55159C2E5702710c4c23
Octal125252345612704741411443
Binary10101011010110011100101110101011101001111000011001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,21,156); }

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

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

 a { background-color: rgb(85,21,156); }

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

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

 span { border-color: rgb(85,21,156); }

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