#550368

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

Shades of Indigo #550368

Tints of Indigo #550368

Color information

#550368 (or 0x550368) is unknown color: approx Indigo. HEX triplet: 55, 03 and 68. RGB value is (85,3,104). Sum of RGB (Red+Green+Blue) = 85+3+104=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #550368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550368 is #AAFC97. Grayscale: #262626. Windows color (decimal): -11205784 or 6816597. OLE color: 6816597.

HSL color Cylindrical-coordinate representation of color #550368: hue angle of 288.71º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #550368 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB853104-
CMYK0.180.9700.59
HSL288.71º94.39%20.98%-
HSV(B)288.71º97.12%40.78%-
XYZ6.28313.34-
YUV39.03164.67160.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 3 (1.56% from 255) = 1.56%
BLUE value IS 104 (41.02% from 255) = 54.17%
R=44.27%
G=1.56%
B=54.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8531040.180.9700.59288.7194.3920.98
Hex55368126103B1215e15
Octal12531502214107344113625
Binary10101011111010001001011000010111011100100001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550368; }

 p { color: rgb(85,3,104); }

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

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

 a { background-color: rgb(85,3,104); }

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

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

 span { border-color: rgb(85,3,104); }

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