#551292

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

Shades of Indigo #551292

Tints of Indigo #551292

Color information

#551292 (or 0x551292) is unknown color: approx Indigo. HEX triplet: 55, 12 and 92. RGB value is (85,18,146). Sum of RGB (Red+Green+Blue) = 85+18+146=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #551292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551292 is #AAED6D. Grayscale: #343434. Windows color (decimal): -11201902 or 9572949. OLE color: 9572949.

HSL color Cylindrical-coordinate representation of color #551292: hue angle of 271.41º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551292 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8518146-
CMYK0.420.8800.43
HSL271.41º78.05%32.16%-
HSV(B)271.41º87.67%57.25%-
XYZ9.154.4427.57-
YUV52.62180.7151.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 18 (7.42% from 255) = 7.23%
BLUE value IS 146 (57.42% from 255) = 58.63%
R=34.14%
G=7.23%
B=58.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85181460.420.8800.43271.4178.0532.16
Hex5512922A5802B10f4e20
Octal125222225213005341711640
Binary10101011001010010010101010101100001010111000011111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551292; }

 p { color: rgb(85,18,146); }

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

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

 a { background-color: rgb(85,18,146); }

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

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

 span { border-color: rgb(85,18,146); }

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