#55078a

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

Shades of Indigo #55078A

Tints of Indigo #55078A

Color information

#55078A (or 0x55078A) is unknown color: approx Indigo. HEX triplet: 55, 07 and 8A. RGB value is (85,7,138). Sum of RGB (Red+Green+Blue) = 85+7+138=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 138 (54.30% from 255 or 60% from 230); Max value from RGB is 138 - color contains mainly: blue. Hex color #55078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55078A is #AAF875. Grayscale: #2C2C2C. Windows color (decimal): -11204726 or 9045845. OLE color: 9045845.

HSL color Cylindrical-coordinate representation of color #55078A: hue angle of 275.73º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55078A is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB857138-
CMYK0.380.9500.46
HSL275.73º90.34%28.43%-
HSV(B)275.73º94.93%54.12%-
XYZ8.413.9224.36-
YUV45.26180.34156.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 7 (3.12% from 255) = 3.04%
BLUE value IS 138 (54.30% from 255) = 60%
R=36.96%
G=3.04%
B=60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8571380.380.9500.46275.7390.3428.43
Hex5578A265F02E1145a1c
Octal12572124613705642413234
Binary10101011111000101010011010111110101110100010100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55078a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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