#550C7C

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

Shades of Indigo #550C7C

Tints of Indigo #550C7C

Color information

#550C7C (or 0x550C7C) is unknown color: approx Indigo. HEX triplet: 55, 0C and 7C. RGB value is (85,12,124). Sum of RGB (Red+Green+Blue) = 85+12+124=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #550C7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C7C is #AAF383. Grayscale: #2E2E2E. Windows color (decimal): -11203460 or 8129621. OLE color: 8129621.

HSL color Cylindrical-coordinate representation of color #550C7C: hue angle of 279.11º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550C7C is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8512124-
CMYK0.310.9000.51
HSL279.11º82.35%26.67%-
HSV(B)279.11º90.32%48.63%-
XYZ7.523.6519.38-
YUV46.6171.68155.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.46%
GREEN value IS 12 (5.08% from 255) = 5.43%
BLUE value IS 124 (48.83% from 255) = 56.11%
R=38.46%
G=5.43%
B=56.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85121240.310.9000.51279.1182.3526.67
Hex55C7C1F5A033117521b
Octal125141743713206342712233
Binary1010101110011111001111110110100110011100010111101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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