#551395

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

Shades of Indigo #551395

Tints of Indigo #551395

Color information

#551395 (or 0x551395) is unknown color: approx Indigo. HEX triplet: 55, 13 and 95. RGB value is (85,19,149). Sum of RGB (Red+Green+Blue) = 85+19+149=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #551395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551395 is #AAEC6A. Grayscale: #353535. Windows color (decimal): -11201643 or 9769813. OLE color: 9769813.

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

Color convert

RGB8519149-
CMYK0.430.8700.42
HSL270.46º77.38%32.94%-
HSV(B)270.46º87.25%58.43%-
XYZ9.44.5728.82-
YUV53.55181.87150.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.60%
GREEN value IS 19 (7.81% from 255) = 7.51%
BLUE value IS 149 (58.59% from 255) = 58.89%
R=33.60%
G=7.51%
B=58.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85191490.430.8700.42270.4677.3832.94
Hex5513952B5702A10e4d21
Octal125232255312705241611541
Binary10101011001110010101101011101011101010101000011101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551395; }

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

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

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

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

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

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

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

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