#550467

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

Shades of Indigo #550467

Tints of Indigo #550467

Color information

#550467 (or 0x550467) is unknown color: approx Indigo. HEX triplet: 55, 04 and 67. RGB value is (85,4,103). Sum of RGB (Red+Green+Blue) = 85+4+103=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 103 (40.62% from 255 or 53.65% from 192); Max value from RGB is 103 - color contains mainly: blue. Hex color #550467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550467 is #AAFB98. Grayscale: #272727. Windows color (decimal): -11205529 or 6751317. OLE color: 6751317.

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

Color convert

RGB854103-
CMYK0.170.9600.60
HSL289.09º92.52%20.98%-
HSV(B)289.09º96.12%40.39%-
XYZ6.24313.08-
YUV39.5163.84160.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 4 (1.95% from 255) = 2.08%
BLUE value IS 103 (40.62% from 255) = 53.65%
R=44.27%
G=2.08%
B=53.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8541030.170.9600.60289.0992.5220.98
Hex55467116003C1215d15
Octal12541472114007444113525
Binary101010110011001111000111000000111100100100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550467; }

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

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

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

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

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

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

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

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