#551375

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

Shades of Indigo #551375

Tints of Indigo #551375

Color information

#551375 (or 0x551375) is unknown color: approx Indigo. HEX triplet: 55, 13 and 75. RGB value is (85,19,117). Sum of RGB (Red+Green+Blue) = 85+19+117=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #551375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551375 is #AAEC8A. Grayscale: #313131. Windows color (decimal): -11201675 or 7672661. OLE color: 7672661.

HSL color Cylindrical-coordinate representation of color #551375: hue angle of 280.41º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551375 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8519117-
CMYK0.270.8400.54
HSL280.41º72.06%26.67%-
HSV(B)280.41º83.76%45.88%-
XYZ7.193.6817.16-
YUV49.91165.87153.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.46%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=38.46%
G=8.60%
B=52.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85191170.270.8400.54280.4172.0626.67
Hex5513751B54036118481b
Octal125231653312406643011033
Binary10101011001111101011101110101000110110100011000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551375; }

 p { color: rgb(85,19,117); }

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

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

 a { background-color: rgb(85,19,117); }

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

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

 span { border-color: rgb(85,19,117); }

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