#550F9C

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

Shades of Indigo #550F9C

Tints of Indigo #550F9C

Color information

#550F9C (or 0x550F9C) is unknown color: approx Indigo. HEX triplet: 55, 0F and 9C. RGB value is (85,15,156). Sum of RGB (Red+Green+Blue) = 85+15+156=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #550F9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550F9C is #AAF063. Grayscale: #333333. Windows color (decimal): -11202660 or 10227541. OLE color: 10227541.

HSL color Cylindrical-coordinate representation of color #550F9C: hue angle of 269.79º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550F9C is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8515156-
CMYK0.460.9000.39
HSL269.79º82.46%33.53%-
HSV(B)269.79º90.38%61.18%-
XYZ9.924.6731.83-
YUV52186.69151.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 15 (6.25% from 255) = 5.86%
BLUE value IS 156 (61.33% from 255) = 60.94%
R=33.20%
G=5.86%
B=60.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85151560.460.9000.39269.7982.4633.53
Hex55F9C2E5A02710e5222
Octal125172345613204741612242
Binary1010101111110011100101110101101001001111000011101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550F9C; }

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

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

<style>
 a { background-color: #550F9C; }

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

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

<style>
 span { border-color: #550F9C; }

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

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