#550C82

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

Shades of Indigo #550C82

Tints of Indigo #550C82

Color information

#550C82 (or 0x550C82) is unknown color: approx Indigo. HEX triplet: 55, 0C and 82. RGB value is (85,12,130). Sum of RGB (Red+Green+Blue) = 85+12+130=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #550C82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550C82 is #AAF37D. Grayscale: #2E2E2E. Windows color (decimal): -11203454 or 8522837. OLE color: 8522837.

HSL color Cylindrical-coordinate representation of color #550C82: hue angle of 277.12º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550C82 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8512130-
CMYK0.350.9100.49
HSL277.12º83.1%27.84%-
HSV(B)277.12º90.77%50.98%-
XYZ7.913.8121.44-
YUV47.28174.68154.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 12 (5.08% from 255) = 5.29%
BLUE value IS 130 (51.17% from 255) = 57.27%
R=37.44%
G=5.29%
B=57.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85121300.350.9100.49277.1283.127.84
Hex55C82235B031115531c
Octal125142024313306142512334
Binary101010111001000001010001110110110110001100010101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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