#551070

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

Shades of Indigo #551070

Tints of Indigo #551070

Color information

#551070 (or 0x551070) is unknown color: approx Indigo. HEX triplet: 55, 10 and 70. RGB value is (85,16,112). Sum of RGB (Red+Green+Blue) = 85+16+112=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #551070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551070 is #AAEF8F. Grayscale: #2F2F2F. Windows color (decimal): -11202448 or 7344213. OLE color: 7344213.

HSL color Cylindrical-coordinate representation of color #551070: hue angle of 283.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551070 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8516112-
CMYK0.240.8600.56
HSL283.12º75%25.1%-
HSV(B)283.12º85.71%43.92%-
XYZ6.863.4715.64-
YUV47.58164.36154.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=39.91%
G=7.51%
B=52.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85161120.240.8600.56283.127525.1
Hex551070185603811b4b19
Octal125201603012607043311331
Binary10101011000011100001100010101100111000100011011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551070; }

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

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

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

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

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

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

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

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