#551695

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

Shades of Indigo #551695

Tints of Indigo #551695

Color information

#551695 (or 0x551695) is unknown color: approx Indigo. HEX triplet: 55, 16 and 95. RGB value is (85,22,149). Sum of RGB (Red+Green+Blue) = 85+22+149=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #551695 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551695 is #AAE96A. Grayscale: #363636. Windows color (decimal): -11200875 or 9770581. OLE color: 9770581.

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

Color convert

RGB8522149-
CMYK0.430.8500.42
HSL269.76º74.27%33.53%-
HSV(B)269.76º85.23%58.43%-
XYZ9.464.6828.84-
YUV55.32180.87149.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 22 (8.98% from 255) = 8.59%
BLUE value IS 149 (58.59% from 255) = 58.20%
R=33.20%
G=8.59%
B=58.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85221490.430.8500.42269.7674.2733.53
Hex5516952B5502A10e4a22
Octal125262255312505241611242
Binary10101011011010010101101011101010101010101000011101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551695; }

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

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

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

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

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

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

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

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