#550094

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

Shades of Indigo #550094

Tints of Indigo #550094

Color information

#550094 (or 0x550094) is unknown color: approx Indigo. HEX triplet: 55, 00 and 94. RGB value is (85,0,148). Sum of RGB (Red+Green+Blue) = 85+0+148=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #550094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550094 is #AAFF6B. Grayscale: #292929. Windows color (decimal): -11206508 or 9699413. OLE color: 9699413.

HSL color Cylindrical-coordinate representation of color #550094: hue angle of 274.46º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550094 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB850148-
CMYK0.43100.42
HSL274.46º100%29.02%-
HSV(B)274.46º100%58.04%-
XYZ9.094.0728.32-
YUV42.29187.66158.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 63.52%
R=36.48%
G=0%
B=63.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8501480.43100.42274.4610029.02
Hex550942B6402A112641d
Octal12502245314405242214435
Binary101010101001010010101111001000101010100010010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550094; }

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

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

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

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

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

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

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

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