#551696

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

Shades of Indigo #551696

Tints of Indigo #551696

Color information

#551696 (or 0x551696) is unknown color: approx Indigo. HEX triplet: 55, 16 and 96. RGB value is (85,22,150). Sum of RGB (Red+Green+Blue) = 85+22+150=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #551696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551696 is #AAE969. Grayscale: #363636. Windows color (decimal): -11200874 or 9836117. OLE color: 9836117.

HSL color Cylindrical-coordinate representation of color #551696: hue angle of 269.53º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551696 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8522150-
CMYK0.430.8500.41
HSL269.53º74.42%33.73%-
HSV(B)269.53º85.33%58.82%-
XYZ9.544.7129.26-
YUV55.43181.37149.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 22 (8.98% from 255) = 8.56%
BLUE value IS 150 (58.98% from 255) = 58.37%
R=33.07%
G=8.56%
B=58.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85221500.430.8500.41269.5374.4233.73
Hex5516962B5502910e4a22
Octal125262265312505141611242
Binary10101011011010010110101011101010101010011000011101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551696; }

 p { color: rgb(85,22,150); }

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

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

 a { background-color: rgb(85,22,150); }

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

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

 span { border-color: rgb(85,22,150); }

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