#551069

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

Shades of Indigo #551069

Tints of Indigo #551069

Color information

#551069 (or 0x551069) is unknown color: approx Indigo. HEX triplet: 55, 10 and 69. RGB value is (85,16,105). Sum of RGB (Red+Green+Blue) = 85+16+105=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #551069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551069 is #AAEF96. Grayscale: #2E2E2E. Windows color (decimal): -11202455 or 6885461. OLE color: 6885461.

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

Color convert

RGB8516105-
CMYK0.190.8500.59
HSL286.52º73.55%23.73%-
HSV(B)286.52º84.76%41.18%-
XYZ6.483.3213.66-
YUV46.78160.86155.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 16 (6.64% from 255) = 7.77%
BLUE value IS 105 (41.41% from 255) = 50.97%
R=41.26%
G=7.77%
B=50.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85161050.190.8500.59286.5273.5523.73
Hex551069135503B11f4a18
Octal125201512312507343711230
Binary10101011000011010011001110101010111011100011111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551069; }

 p { color: rgb(85,16,105); }

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

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

 a { background-color: rgb(85,16,105); }

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

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

 span { border-color: rgb(85,16,105); }

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