#550275

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

Shades of Indigo #550275

Tints of Indigo #550275

Color information

#550275 (or 0x550275) is unknown color: approx Indigo. HEX triplet: 55, 02 and 75. RGB value is (85,2,117). Sum of RGB (Red+Green+Blue) = 85+2+117=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #550275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550275 is #AAFD8A. Grayscale: #272727. Windows color (decimal): -11206027 or 7668309. OLE color: 7668309.

HSL color Cylindrical-coordinate representation of color #550275: hue angle of 283.3º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550275 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB852117-
CMYK0.270.9800.54
HSL283.3º96.64%23.33%-
HSV(B)283.3º98.29%45.88%-
XYZ6.983.2617.09-
YUV39.93171.5160.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 117 (46.09% from 255) = 57.35%
R=41.67%
G=0.98%
B=57.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8521170.270.9800.54283.396.6423.33
Hex552751B6203611b6117
Octal12521653314206643314127
Binary10101011011101011101111000100110110100011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550275; }

 p { color: rgb(85,2,117); }

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

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

 a { background-color: rgb(85,2,117); }

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

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

 span { border-color: rgb(85,2,117); }

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