#550361

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

Shades of Indigo #550361

Tints of Indigo #550361

Color information

#550361 (or 0x550361) is unknown color: approx Indigo. HEX triplet: 55, 03 and 61. RGB value is (85,3,97). Sum of RGB (Red+Green+Blue) = 85+3+97=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #550361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550361 is #AAFC9E. Grayscale: #252525. Windows color (decimal): -11205791 or 6357845. OLE color: 6357845.

HSL color Cylindrical-coordinate representation of color #550361: hue angle of 292.34º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #550361 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB85397-
CMYK0.120.9700.62
HSL292.34º94%19.61%-
HSV(B)292.34º96.91%38.04%-
XYZ5.942.8611.55-
YUV38.23161.17161.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 3 (1.56% from 255) = 1.62%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=45.95%
G=1.62%
B=52.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal853970.120.9700.62292.349419.61
Hex55361C6103E1245e14
Octal12531411414107644413624
Binary1010101111100001110011000010111110100100100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550361; }

 p { color: rgb(85,3,97); }

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

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

 a { background-color: rgb(85,3,97); }

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

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

 span { border-color: rgb(85,3,97); }

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