#550068

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

Shades of Indigo #550068

Tints of Indigo #550068

Color information

#550068 (or 0x550068) is unknown color: approx Indigo. HEX triplet: 55, 00 and 68. RGB value is (85,0,104). Sum of RGB (Red+Green+Blue) = 85+0+104=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #550068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550068 is #AAFF97. Grayscale: #242424. Windows color (decimal): -11206552 or 6815829. OLE color: 6815829.

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

Color convert

RGB850104-
CMYK0.18100.59
HSL289.04º100%20.39%-
HSV(B)289.04º100%40.78%-
XYZ6.252.9313.33-
YUV37.27165.66162.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 55.03%
R=44.97%
G=0%
B=55.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8501040.18100.59289.0410020.39
Hex55068126403B1216414
Octal12501502214407344114424
Binary1010101011010001001011001000111011100100001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550068; }

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

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

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

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

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

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

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

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