#550067

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

Shades of Indigo #550067

Tints of Indigo #550067

Color information

#550067 (or 0x550067) is unknown color: approx Indigo. HEX triplet: 55, 00 and 67. RGB value is (85,0,103). Sum of RGB (Red+Green+Blue) = 85+0+103=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 103 (40.62% from 255 or 54.79% from 188); Max value from RGB is 103 - color contains mainly: blue. Hex color #550067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550067 is #AAFF98. Grayscale: #242424. Windows color (decimal): -11206553 or 6750293. OLE color: 6750293.

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

Color convert

RGB850103-
CMYK0.17100.60
HSL289.51º100%20.2%-
HSV(B)289.51º100%40.39%-
XYZ6.192.9113.07-
YUV37.16165.16162.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 103 (40.62% from 255) = 54.79%
R=45.21%
G=0%
B=54.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8501030.17100.60289.5110020.2
Hex55067116403C1226414
Octal12501472114407444214424
Binary1010101011001111000111001000111100100100010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550067; }

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

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

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

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

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

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

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

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