#55078D

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

Shades of Indigo #55078D

Tints of Indigo #55078D

Color information

#55078D (or 0x55078D) is unknown color: approx Indigo. HEX triplet: 55, 07 and 8D. RGB value is (85,7,141). Sum of RGB (Red+Green+Blue) = 85+7+141=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #55078D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55078D is #AAF872. Grayscale: #2D2D2D. Windows color (decimal): -11204723 or 9242453. OLE color: 9242453.

HSL color Cylindrical-coordinate representation of color #55078D: hue angle of 274.93º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55078D is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB857141-
CMYK0.400.9500.45
HSL274.93º90.54%29.02%-
HSV(B)274.93º95.04%55.29%-
XYZ8.634.0125.52-
YUV45.6181.84156.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 7 (3.12% from 255) = 3.00%
BLUE value IS 141 (55.47% from 255) = 60.52%
R=36.48%
G=3.00%
B=60.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8571410.400.9500.45274.9390.5429.02
Hex5578D285F02D1135b1d
Octal12572155013705542313335
Binary10101011111000110110100010111110101101100010011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55078D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55078D; }

 p { color: rgb(85,7,141); }

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

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

 a { background-color: rgb(85,7,141); }

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

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

 span { border-color: rgb(85,7,141); }

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