#550967

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

Shades of Indigo #550967

Tints of Indigo #550967

Color information

#550967 (or 0x550967) is unknown color: approx Indigo. HEX triplet: 55, 09 and 67. RGB value is (85,9,103). Sum of RGB (Red+Green+Blue) = 85+9+103=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 103 (40.62% from 255 or 52.28% from 197); Max value from RGB is 103 - color contains mainly: blue. Hex color #550967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550967 is #AAF698. Grayscale: #2A2A2A. Windows color (decimal): -11204249 or 6752597. OLE color: 6752597.

HSL color Cylindrical-coordinate representation of color #550967: hue angle of 288.51º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550967 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB859103-
CMYK0.170.9100.60
HSL288.51º83.93%21.96%-
HSV(B)288.51º91.26%40.39%-
XYZ6.293.1113.1-
YUV42.44162.18158.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 9 (3.91% from 255) = 4.57%
BLUE value IS 103 (40.62% from 255) = 52.28%
R=43.15%
G=4.57%
B=52.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8591030.170.9100.60288.5183.9321.96
Hex55967115B03C1215416
Octal125111472113307444112426
Binary1010101100111001111000110110110111100100100001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550967; }

 p { color: rgb(85,9,103); }

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

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

 a { background-color: rgb(85,9,103); }

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

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

 span { border-color: rgb(85,9,103); }

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